diff --git a/packages/angular-ivy/README.md b/packages/angular-ivy/README.md index b1d19b0a7edf..f70931554059 100644 --- a/packages/angular-ivy/README.md +++ b/packages/angular-ivy/README.md @@ -16,7 +16,7 @@ ## Angular Version Compatibility -This SDK officially supports Angular 12-15 with Angular's new rendering engine, Ivy. +This SDK officially supports Angular 12 to 16 with Angular's new rendering engine, Ivy. 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). diff --git a/packages/angular/README.md b/packages/angular/README.md index 9f95ac87bf01..9ec22b82313b 100644 --- a/packages/angular/README.md +++ b/packages/angular/README.md @@ -17,7 +17,11 @@ ## Angular Version Compatibility -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. +**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. + +If you're using Angular 12 or newer, we recommend using `@sentry/angular-ivy` for native support with Angular's rendering engine Ivy. + +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. ## General