File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- import { captureException , GLOBAL_OBJ , objectify } from '@sentry/core' ;
1+ import { captureException , objectify } from '@sentry/core' ;
22import type { RequestEvent } from '@sveltejs/kit' ;
33import { isHttpError , isRedirect } from '../common/utils' ;
4- import type { GlobalWithSentryValues } from '../vite/injectGlobalValues' ;
54
65/**
76 * Takes a request event and extracts traceparent and DSC data
Original file line number Diff line number Diff line change 1- import { applySdkMetadata , hasSpansEnabled } from '@sentry/core' ;
1+ import { applySdkMetadata } from '@sentry/core' ;
22import type { NodeClient , NodeOptions } from '@sentry/node' ;
33import { getDefaultIntegrations as getDefaultNodeIntegrations , init as initNodeSdk } from '@sentry/node' ;
44import { rewriteFramesIntegration } from '../server-common/integrations/rewriteFramesIntegration' ;
You can’t perform that action at this time.
0 commit comments