File tree 1 file changed +1
-10
lines changed
packages/sveltekit/src/server
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -5,24 +5,15 @@ import {
5
5
getCurrentScope ,
6
6
getDefaultIsolationScope ,
7
7
getIsolationScope ,
8
- getRootSpan ,
9
8
setHttpStatus ,
10
- spanToTraceHeader ,
11
9
withIsolationScope ,
12
10
} from '@sentry/core' ;
13
11
import { startSpan } from '@sentry/core' ;
14
12
import { captureException , continueTrace , getTraceMetaTags } from '@sentry/node' ;
15
13
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' ;
22
15
import type { Handle , ResolveOptions } from '@sveltejs/kit' ;
23
16
24
- import { getDynamicSamplingContextFromSpan } from '@sentry/opentelemetry' ;
25
-
26
17
import { DEBUG_BUILD } from '../common/debug-build' ;
27
18
import { isHttpError , isRedirect } from '../common/utils' ;
28
19
import { flushIfServerless , getTracePropagationData } from './utils' ;
You can’t perform that action at this time.
0 commit comments