Skip to content

Commit 2395107

Browse files
Lms24mydea
andauthored
chore(angular): Clarify @sentry/angular and @sentry/angular-ivy version compatibility (#8036)
Co-authored-by: Francesco Novy <francesco.novy@sentry.io>
1 parent 44eee4c commit 2395107

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/angular-ivy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## Angular Version Compatibility
1818

19-
This SDK officially supports Angular 12-15 with Angular's new rendering engine, Ivy.
19+
This SDK officially supports Angular 12 to 16 with Angular's new rendering engine, Ivy.
2020

2121
If you're using Angular 10, 11 or a newer Angular version with View Engine instead of Ivy, please use [`@sentry/angular`](https://github.com/getsentry/sentry-javascript/blob/develop/packages/angular/README.md).
2222

packages/angular/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717

1818
## Angular Version Compatibility
1919

20-
The latest version of this SDK officially supports Angular 10-13. If you are using an older version of Angular and experience problems with the Angular SDK, we recommend downgrading the SDK to version 6.x.
20+
**Important**: This package is not compatible with Angular 16 or newer. Please use [`@sentry/angular-ivy`](https://github.com/getsentry/sentry-javascript/tree/master/packages/angular-ivy) instead.
21+
22+
If you're using Angular 12 or newer, we recommend using `@sentry/angular-ivy` for native support with Angular's rendering engine Ivy.
23+
24+
This SDK stilll officially supports Angular 10-15. If you are using an older version of Angular and experience problems with the Angular SDK, we recommend downgrading the SDK to version 6.x.
2125

2226
## General
2327

0 commit comments

Comments
 (0)