Skip to content

Commit 373ff2c

Browse files
committed
fix linting
1 parent a332237 commit 373ff2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/browser/src/tracing/browserTracingIntegration.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
startTrackingLongTasks,
1010
startTrackingWebVitals,
1111
} from '@sentry-internal/browser-utils';
12-
import type { Client, IntegrationFn, Span, StartSpanOptions, TransactionSource} from '@sentry/core';
12+
import type { Client, IntegrationFn, Span, StartSpanOptions, TransactionSource } from '@sentry/core';
1313
import { dropUndefinedKeys } from '@sentry/core';
1414
import {
1515
GLOBAL_OBJ,

0 commit comments

Comments
 (0)