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 94a5f44 commit 55e3ac3Copy full SHA for 55e3ac3
1 file changed
packages/browser/test/tracing/previousTrace.test.ts
@@ -6,9 +6,8 @@ import {
6
PREVIOUS_TRACE_KEY,
7
PREVIOUS_TRACE_MAX_DURATION,
8
} from '../../src/tracing/previousTrace';
9
-import { SentrySpan, spanToJSON, timestampInSeconds, type StartSpanOptions } from '@sentry/core';
+import { SentrySpan, spanToJSON, timestampInSeconds } from '@sentry/core';
10
import { storePreviousTraceInSessionStorage } from '../../src/tracing/previousTrace';
11
-import { get } from 'http';
12
13
describe('addPreviousTraceSpanLink', () => {
14
it(`adds a previous_trace span link to startSpanOptions if the previous trace was created within ${PREVIOUS_TRACE_MAX_DURATION}s`, () => {
0 commit comments