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 c67067e commit cfd2134Copy full SHA for cfd2134
1 file changed
packages/node/src/sdk/index.ts
@@ -1,4 +1,4 @@
1
-import { Integration, Options, rewriteFramesIntegration } from '@sentry/core';
+import type { Integration, Options } from '@sentry/core';
2
import {
3
consoleIntegration,
4
consoleSandbox,
@@ -11,6 +11,7 @@ import {
11
logger,
12
propagationContextFromHeaders,
13
requestDataIntegration,
14
+ rewriteFramesIntegration,
15
stackParserFromStackParserOptions,
16
} from '@sentry/core';
17
0 commit comments