We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a332237 commit 373ff2cCopy full SHA for 373ff2c
packages/browser/src/tracing/browserTracingIntegration.ts
@@ -9,7 +9,7 @@ import {
9
startTrackingLongTasks,
10
startTrackingWebVitals,
11
} from '@sentry-internal/browser-utils';
12
-import type { Client, IntegrationFn, Span, StartSpanOptions, TransactionSource} from '@sentry/core';
+import type { Client, IntegrationFn, Span, StartSpanOptions, TransactionSource } from '@sentry/core';
13
import { dropUndefinedKeys } from '@sentry/core';
14
import {
15
GLOBAL_OBJ,
0 commit comments