Skip to content

Commit 6efbca3

Browse files
committed
fix linting
1 parent 5dc90f8 commit 6efbca3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/nextjs/src/server/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
SEMATTRS_HTTP_METHOD,
77
SEMATTRS_HTTP_TARGET,
88
} from '@opentelemetry/semantic-conventions';
9-
import { EventProcessor, isSentryRequestUrl } from '@sentry/core';
9+
import type { EventProcessor } from '@sentry/core';
1010
import {
1111
applySdkMetadata,
1212
extractTraceparentData,
@@ -17,6 +17,7 @@ import {
1717
getIsolationScope,
1818
getRootSpan,
1919
GLOBAL_OBJ,
20+
isSentryRequestUrl,
2021
logger,
2122
SEMANTIC_ATTRIBUTE_SENTRY_OP,
2223
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,

0 commit comments

Comments
 (0)