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: packages/angular-ivy/README.md
+10-21Lines changed: 10 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,33 +215,22 @@ export class FooterComponent implements OnInit {
215
215
}
216
216
```
217
217
218
-
You can also add your own custom spans by attaching them to the current active transaction using `getActiveTransaction`
219
-
helper. For example, if you'd like to track the duration of Angular boostraping process, you can do it as follows:
218
+
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:
Copy file name to clipboardExpand all lines: packages/angular/README.md
+10-21Lines changed: 10 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,33 +215,22 @@ export class FooterComponent implements OnInit {
215
215
}
216
216
```
217
217
218
-
You can also add your own custom spans by attaching them to the current active transaction using `getActiveTransaction`
219
-
helper. For example, if you'd like to track the duration of Angular boostraping process, you can do it as follows:
218
+
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:
0 commit comments