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 923dd66 commit ec58516Copy full SHA for ec58516
packages/tracing/src/browser/browsertracing.ts
@@ -6,7 +6,7 @@ import { startIdleTransaction } from '../hubextensions';
6
import { DEFAULT_FINAL_TIMEOUT, DEFAULT_IDLE_TIMEOUT } from '../idletransaction';
7
import { extractTraceparentData } from '../utils';
8
import { registerBackgroundTabDetection } from './backgroundtab';
9
-import { addPerformanceEntries, startTrackingLongTasks, startTrackingWebVitals } from './metrics';
+import { addPerformanceEntries, startTrackingWebVitals } from './metrics';
10
import {
11
defaultRequestInstrumentationOptions,
12
instrumentOutgoingRequests,
0 commit comments