Skip to content

Commit 0365aa7

Browse files
authored
Update "Track Angular Bootstrapping" example in Angular component-tracking (#9736)
1 parent 37831f9 commit 0365aa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/platforms/javascript/guides/angular/features/component-tracking.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ import { AppModule } from "./app/app.module";
195195

196196
// ...
197197

198-
startSpan(
198+
Sentry.startSpan(
199199
{
200200
name: "bootstrap-angular-application",
201201
op: "ui.angular.bootstrap",
@@ -218,7 +218,7 @@ import { AppModule } from "./app/app.module";
218218

219219
// ...
220220

221-
startSpan(
221+
Sentry.startSpan(
222222
{
223223
name: "platform-browser-dynamic",
224224
op: "ui.angular.bootstrap",

0 commit comments

Comments
 (0)