Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Aug 5, 2024
1 parent 4a86700 commit 1b0510e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions packages/sveltekit/src/server/handle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,15 @@ import {
getCurrentScope,
getDefaultIsolationScope,
getIsolationScope,
getRootSpan,
setHttpStatus,
spanToTraceHeader,
withIsolationScope,
} from '@sentry/core';
import { startSpan } from '@sentry/core';
import { captureException, continueTrace, getTraceMetaTags } from '@sentry/node';
import type { Span } from '@sentry/types';
import {
dynamicSamplingContextToSentryBaggageHeader,
logger,
objectify,
winterCGRequestToRequestData,
} from '@sentry/utils';
import { logger, objectify, winterCGRequestToRequestData } from '@sentry/utils';
import type { Handle, ResolveOptions } from '@sveltejs/kit';

import { getDynamicSamplingContextFromSpan } from '@sentry/opentelemetry';

import { DEBUG_BUILD } from '../common/debug-build';
import { isHttpError, isRedirect } from '../common/utils';
import { flushIfServerless, getTracePropagationData } from './utils';
Expand Down

0 comments on commit 1b0510e

Please sign in to comment.