We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404f836 commit fadd795Copy full SHA for fadd795
packages/sveltekit/src/server/sdk.ts
@@ -1,7 +1,7 @@
1
import { configureScope } from '@sentry/core';
2
import { RewriteFrames } from '@sentry/integrations';
3
import type { NodeOptions } from '@sentry/node';
4
-import { init as initNodeSdk, Integrations } from '@sentry/node';
+import { init as initNodeSdk } from '@sentry/node';
5
import { addOrUpdateIntegration } from '@sentry/utils';
6
7
import { applySdkMetadata } from '../common/metadata';
0 commit comments