Skip to content

Commit b650306

Browse files
committed
actually reduce lol
1 parent aee64ff commit b650306

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/browser-utils/src/metrics/browserMetrics.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,6 @@ export function startTrackingInteractions(): void {
215215
spanOptions.attributes['ui.component_name'] = componentName;
216216
}
217217

218-
const span = startInactiveSpan(spanOptions);
219-
if (span) {
220-
span.end(startTime + duration);
221-
}
222-
223218
startAndEndSpan(parent, startTime, startTime + duration, spanOptions);
224219
}
225220
}

0 commit comments

Comments
 (0)