You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform-includes/getting-started-config/javascript.angular.mdx
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,36 @@ platformBrowserDynamic()
87
87
88
88
The Sentry Angular SDK exports a couple of Angular providers that are necessary to fully instrument your application. We recommend registering them in your `app.config.ts` or main `app.module.ts`:
| 12 or 13 |`@sentry/angular-ivy@^7` (see [Note](#what-is-sentryangular-ivy)) \*|
23
+
| 10 or 11 |`@sentry/angular@^7`\*|
24
+
| 9 and below |`@sentry/angular@^6`\*|
25
+
| AngularJS/1.x |`@sentry/browser@^6` with the [AngularJS integration](/platforms/javascript/guides/angular/angular1)\*|
26
26
27
27
\* These versions of the SDK are no longer maintained or tested. Version 7 might still receive bug fixes but we don't guarantee support.
28
28
29
29
#### What is `@sentry/angular-ivy`?
30
30
31
-
The `@sentry/angular-ivy` package is an Ivy-compatible version of `@sentry/angular` in version 7 of the SDK. It's recommended to use this package if you're using Angular 12 or 13 to avoid build-time warnings.
31
+
The `@sentry/angular-ivy` package was an Ivy-compatible version of `@sentry/angular` in version 7 of the SDK. It's recommended to use this package if you're using Angular 12 or 13 to avoid build-time warnings.
32
32
Functionality-wise, it's identical to `@sentry/angular` and you can simply replace all imports of `@sentry/angular` with `@sentry/angular-ivy` in our docs.
33
-
Since version 8, the `@sentry/angular-ivy` was [removed and merged](./migration/v7-to-v8/#supported-versions) with `@sentry/angular` which is now Ivy-compatible by default.
33
+
Since version 8, `@sentry/angular-ivy` was [removed and merged](./migration/v7-to-v8/#supported-versions) with `@sentry/angular` which is now Ivy-compatible by default.
0 commit comments