Skip to content

Commit cfd2134

Browse files
committed
fix linting
1 parent c67067e commit cfd2134

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/node/src/sdk/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Integration, Options, rewriteFramesIntegration } from '@sentry/core';
1+
import type { Integration, Options } from '@sentry/core';
22
import {
33
consoleIntegration,
44
consoleSandbox,
@@ -11,6 +11,7 @@ import {
1111
logger,
1212
propagationContextFromHeaders,
1313
requestDataIntegration,
14+
rewriteFramesIntegration,
1415
stackParserFromStackParserOptions,
1516
} from '@sentry/core';
1617
import {

0 commit comments

Comments
 (0)