Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions packages/angular-ivy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@

- [Official SDK Docs](https://docs.sentry.io/platforms/javascript/angular/)

## Package Discontinued

The `@sentry/angular-ivy` package was discontinued with the release of version 8.0.0 of `@sentry/angular`. The v8
`@sentry/angular` package is now fully compatible with Ivy by default, making this package obsolete. Furthermore, new
Angular versions (18+) are supported in version 8.

To upgrade to v8, follow the
[Angular SDK migration guide](https://docs.sentry.io/platforms/javascript/guides/angular/migration/v7-to-v8/).

## Angular Version Compatibility

This SDK officially supports Angular 12 to 17 with Angular's new rendering engine, Ivy.
Expand Down