Skip to content

Commit 016f674

Browse files
committed
cleanup
1 parent 817fc6c commit 016f674

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/browser/test/tracing/previousTrace.test.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ import {
66
PREVIOUS_TRACE_KEY,
77
PREVIOUS_TRACE_MAX_DURATION,
88
} from '../../src/tracing/previousTrace';
9-
import { SentrySpan, spanToJSON, timestampInSeconds, type StartSpanOptions } from '@sentry/core';
9+
import { SentrySpan, spanToJSON, timestampInSeconds } from '@sentry/core';
1010
import { storePreviousTraceInSessionStorage } from '../../src/tracing/previousTrace';
11-
import { get } from 'http';
1211

1312
describe('addPreviousTraceSpanLink', () => {
1413
it(`adds a previous_trace span link to startSpanOptions if the previous trace was created within ${PREVIOUS_TRACE_MAX_DURATION}s`, () => {

0 commit comments

Comments
 (0)