Skip to content

Commit 5266890

Browse files
committed
fix linting
1 parent 984a0de commit 5266890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/tracing/browserTracingIntegration.ts

Lines changed: 1 addition & 1 deletion
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)