Skip to content

Commit

Permalink
angular version
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia committed Sep 19, 2023
1 parent ac2bca0 commit 7bfaf24
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,3 @@ Because of the way Angular libraries are compiled, you need to use a specific ve
| --------------- | ---------------------- |
| 12 and newer | `@sentry/angular-ivy` |
| 10, 11 | `@sentry/angular` |
| Older versions | See note below |

<Alert level="warning">

Support for any Angular version below 10 was discontinued in version 7 of the SDK. If you need to use Angular 9 or older, try version 6 (`@sentry/angular@^6.x`) of the SDK. For AngularJS/1.x, use `@sentry/browser@^6.x` and our [AngularJS integration](/platforms/javascript/guides/angular/angular1). Note, that these versions of the SDK are no longer maintained or tested.

</Alert>

<Alert level="warning">

If you are using Angular 16 or newer, `@sentry/angular` will no longer work as it doesn't support Angular's rendering engine Ivy natively. Please use `@sentry/angular-ivy` instead.

</Alert>

0 comments on commit 7bfaf24

Please sign in to comment.