From c028548dfc995e4dba395c2fb4017607c9ff00f5 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Thu, 4 May 2023 09:57:55 +0200 Subject: [PATCH 1/3] chore(angular): Clarify angular and angular-ivy version compatibility --- packages/angular-ivy/README.md | 2 +- packages/angular/README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/angular-ivy/README.md b/packages/angular-ivy/README.md index b1d19b0a7edf..67425d0602ac 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 and newer 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..ca136cf63fff 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 better 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 From f731f7a688a517babd44d9acd103cfa80e9018ba Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Thu, 4 May 2023 10:03:52 +0200 Subject: [PATCH 2/3] Update packages/angular/README.md --- packages/angular/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular/README.md b/packages/angular/README.md index ca136cf63fff..9ec22b82313b 100644 --- a/packages/angular/README.md +++ b/packages/angular/README.md @@ -19,7 +19,7 @@ **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 better support with Angular's rendering engine Ivy. +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. From 34a6f46c1f24961e4a731065805b95c2c20267e1 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Thu, 4 May 2023 10:06:39 +0200 Subject: [PATCH 3/3] Update packages/angular-ivy/README.md Co-authored-by: Francesco Novy --- packages/angular-ivy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular-ivy/README.md b/packages/angular-ivy/README.md index 67425d0602ac..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 and newer 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).