File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
packages/sveltekit/src/server Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff 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' ;
1311import { startSpan } from '@sentry/core' ;
1412import { captureException , continueTrace , getTraceMetaTags } from '@sentry/node' ;
1513import 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' ;
2215import type { Handle , ResolveOptions } from '@sveltejs/kit' ;
2316
24- import { getDynamicSamplingContextFromSpan } from '@sentry/opentelemetry' ;
25-
2617import { DEBUG_BUILD } from '../common/debug-build' ;
2718import { isHttpError , isRedirect } from '../common/utils' ;
2819import { flushIfServerless , getTracePropagationData } from './utils' ;
You can’t perform that action at this time.
0 commit comments