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 984a0de commit 5266890Copy full SHA for 5266890
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