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
This SDK officially supports Angular 12 to 17 with Angular's new rendering engine, Ivy.
20
29
21
-
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).
30
+
If you're using Angular 10, 11 or a newer Angular version with View Engine instead of Ivy, please use
@@ -213,7 +220,8 @@ export class FooterComponent implements OnInit {
213
220
}
214
221
```
215
222
216
-
You can also add your own custom spans via `startSpan()`. For example, if you'd like to track the duration of Angular boostraping process, you can do it as follows:
223
+
You can also add your own custom spans via `startSpan()`. For example, if you'd like to track the duration of Angular
0 commit comments