Skip to content

Commit 05091f5

Browse files
committed
lint
1 parent eebd5cc commit 05091f5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/sveltekit/src/server-common/utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
import { captureException, GLOBAL_OBJ, objectify } from '@sentry/core';
1+
import { captureException, objectify } from '@sentry/core';
22
import type { RequestEvent } from '@sveltejs/kit';
33
import { 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

packages/sveltekit/src/server/sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { applySdkMetadata, hasSpansEnabled } from '@sentry/core';
1+
import { applySdkMetadata } from '@sentry/core';
22
import type { NodeClient, NodeOptions } from '@sentry/node';
33
import { getDefaultIntegrations as getDefaultNodeIntegrations, init as initNodeSdk } from '@sentry/node';
44
import { rewriteFramesIntegration } from '../server-common/integrations/rewriteFramesIntegration';

0 commit comments

Comments
 (0)