File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
packages/sveltekit/src/server Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,21 @@ import {
5
5
getCurrentScope ,
6
6
getDefaultIsolationScope ,
7
7
getIsolationScope ,
8
+ < << << << HEAD
8
9
getTraceMetaTags ,
10
+ = === ===
11
+ >>> >>> > af5d32206 ( cleanup )
9
12
setHttpStatus ,
10
13
withIsolationScope ,
11
14
} from '@sentry/core' ;
12
15
import { startSpan } from '@sentry/core' ;
13
16
import { continueTrace } from '@sentry/node' ;
14
17
import type { Span } from '@sentry/types' ;
18
+ < < < << << HEAD
15
19
import { logger , winterCGRequestToRequestData } from '@sentry/utils' ;
20
+ === === =
21
+ import { logger , objectify , winterCGRequestToRequestData } from '@sentry/utils' ;
22
+ >>> >>> > af5d32206 ( cleanup )
16
23
import type { Handle , ResolveOptions } from '@sveltejs/kit' ;
17
24
18
25
import { DEBUG_BUILD } from '../common/debug-build' ;
You can’t perform that action at this time.
0 commit comments