Skip to content

Commit 4a23c22

Browse files
committed
cleanup
1 parent 0172604 commit 4a23c22

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

packages/sveltekit/src/server/handle.ts

+1-10
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,15 @@ import {
55
getCurrentScope,
66
getDefaultIsolationScope,
77
getIsolationScope,
8-
getRootSpan,
98
setHttpStatus,
10-
spanToTraceHeader,
119
withIsolationScope,
1210
} from '@sentry/core';
1311
import { startSpan } from '@sentry/core';
1412
import { captureException, continueTrace, getTraceMetaTags } from '@sentry/node';
1513
import type { Span } from '@sentry/types';
16-
import {
17-
dynamicSamplingContextToSentryBaggageHeader,
18-
logger,
19-
objectify,
20-
winterCGRequestToRequestData,
21-
} from '@sentry/utils';
14+
import { logger, objectify, winterCGRequestToRequestData } from '@sentry/utils';
2215
import type { Handle, ResolveOptions } from '@sveltejs/kit';
2316

24-
import { getDynamicSamplingContextFromSpan } from '@sentry/opentelemetry';
25-
2617
import { DEBUG_BUILD } from '../common/debug-build';
2718
import { isHttpError, isRedirect } from '../common/utils';
2819
import { flushIfServerless, getTracePropagationData } from './utils';

0 commit comments

Comments
 (0)