We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ad7aa commit e5eede8Copy full SHA for e5eede8
packages/angular/src/tracing.ts
@@ -78,6 +78,9 @@ export class TraceService implements OnDestroy {
78
}
79
80
if (activeTransaction) {
81
+ if (this._routingSpan) {
82
+ this._routingSpan.finish();
83
+ }
84
this._routingSpan = activeTransaction.startChild({
85
description: `${navigationEvent.url}`,
86
op: `angular.routing`,
0 commit comments