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: src/platforms/javascript/guides/angular/angular1.mdx
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,22 @@ redirect_from:
7
7
8
8
If you're using `AngularJS 1.x`, you can use Sentry's AngularJS integration.
9
9
10
+
<Alertlevel="warning"title="Discontinued support for AngularJS 1.x">
11
+
12
+
From version 7 onwards, the Sentry JavaScript SDK will not support AngularJS 1.x. Please use version 6.x of the SDK if you want to use Sentry in combination with AngularJs 1.x.
13
+
14
+
</Alert>
15
+
10
16
### Install
11
17
12
18
Install `@sentry/browser` and `@sentry/integrations` using `yarn` or `npm`:
0 commit comments