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 4b7a123 commit 3fb49d1Copy full SHA for 3fb49d1
1 file changed
packages/browser-utils/src/metrics/utils.ts
@@ -238,13 +238,6 @@ export function listenForWebVitalReportEvents(
238
}
239
});
240
241
- client.on('spanEnd', span => {
242
- const spanJSON = spanToJSON(span);
243
- if (spanJSON.op === 'pageload') {
244
- pageloadSpanId = span.spanContext().spanId;
245
- }
246
- });
247
-
248
const activeSpan = getActiveSpan();
249
if (activeSpan) {
250
const rootSpan = getRootSpan(activeSpan);
0 commit comments