Skip to content

Commit

Permalink
fix rebase conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Sep 18, 2024
1 parent 244490c commit eb62e10
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/sveltekit/src/server/handle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,14 @@ import {
getCurrentScope,
getDefaultIsolationScope,
getIsolationScope,
<<<<<<< HEAD
getTraceMetaTags,
=======
>>>>>>> af5d32206 (cleanup)
setHttpStatus,
withIsolationScope,
} from '@sentry/core';
import { startSpan } from '@sentry/core';
import { continueTrace } from '@sentry/node';
import type { Span } from '@sentry/types';
<<<<<<< HEAD
import { logger, winterCGRequestToRequestData } from '@sentry/utils';
=======
import { logger, objectify, winterCGRequestToRequestData } from '@sentry/utils';
>>>>>>> af5d32206 (cleanup)
import type { Handle, ResolveOptions } from '@sveltejs/kit';

import { DEBUG_BUILD } from '../common/debug-build';
Expand Down

0 comments on commit eb62e10

Please sign in to comment.