We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef7507 commit 430ca03Copy full SHA for 430ca03
packages/sveltekit/src/server/handle.ts
@@ -5,21 +5,14 @@ import {
5
getCurrentScope,
6
getDefaultIsolationScope,
7
getIsolationScope,
8
-<<<<<<< HEAD
9
getTraceMetaTags,
10
-=======
11
->>>>>>> af5d32206 (cleanup)
12
setHttpStatus,
13
withIsolationScope,
14
} from '@sentry/core';
15
import { startSpan } from '@sentry/core';
16
import { continueTrace } from '@sentry/node';
17
import type { Span } from '@sentry/types';
18
19
import { logger, winterCGRequestToRequestData } from '@sentry/utils';
20
21
-import { logger, objectify, winterCGRequestToRequestData } from '@sentry/utils';
22
23
import type { Handle, ResolveOptions } from '@sveltejs/kit';
24
25
import { DEBUG_BUILD } from '../common/debug-build';
0 commit comments