diff --git a/packages/angular-ivy/README.md b/packages/angular-ivy/README.md index 9546888170e6..f487ffa22707 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 to 16 with Angular's new rendering engine, Ivy. +This SDK officially supports Angular 12 to 17 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-ivy/package.json b/packages/angular-ivy/package.json index d7ec11952994..7bc79f4bf234 100644 --- a/packages/angular-ivy/package.json +++ b/packages/angular-ivy/package.json @@ -15,9 +15,9 @@ "access": "public" }, "peerDependencies": { - "@angular/common": ">= 12.x <= 16.x", - "@angular/core": ">= 12.x <= 16.x", - "@angular/router": ">= 12.x <= 16.x", + "@angular/common": ">= 12.x <= 17.x", + "@angular/core": ">= 12.x <= 17.x", + "@angular/router": ">= 12.x <= 17.x", "rxjs": "^6.5.5 || ^7.x" }, "dependencies": {