Skip to content

Commit 440ebf5

Browse files
authored
doc(v7/angular-ivy): Add discontinuity note (#12344)
Got some feedback that it'd be nice to leave a note in the Readme of the `@sentry/angular-ivy` package that it was discontinued in v8. Thanks for the feedback @maperz :)
1 parent c035a95 commit 440ebf5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/angular-ivy/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@
1414

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

17+
## Package Discontinued
18+
19+
The `@sentry/angular-ivy` package was discontinued with the release of version 8.0.0 of `@sentry/angular`. The v8
20+
`@sentry/angular` package is now fully compatible with Ivy by default, making this package obsolete. Furthermore, new
21+
Angular versions (18+) are supported in version 8.
22+
23+
To upgrade to v8, follow the
24+
[Angular SDK migration guide](https://docs.sentry.io/platforms/javascript/guides/angular/migration/v7-to-v8/).
25+
1726
## Angular Version Compatibility
1827

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

0 commit comments

Comments
 (0)