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 5dc90f8 commit 6efbca3Copy full SHA for 6efbca3
packages/nextjs/src/server/index.ts
@@ -6,7 +6,7 @@ import {
6
SEMATTRS_HTTP_METHOD,
7
SEMATTRS_HTTP_TARGET,
8
} from '@opentelemetry/semantic-conventions';
9
-import { EventProcessor, isSentryRequestUrl } from '@sentry/core';
+import type { EventProcessor } from '@sentry/core';
10
import {
11
applySdkMetadata,
12
extractTraceparentData,
@@ -17,6 +17,7 @@ import {
17
getIsolationScope,
18
getRootSpan,
19
GLOBAL_OBJ,
20
+ isSentryRequestUrl,
21
logger,
22
SEMANTIC_ATTRIBUTE_SENTRY_OP,
23
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
0 commit comments