Skip to content

Commit 66d838d

Browse files
committed
fix linting
1 parent 846d8a1 commit 66d838d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/nextjs/src/common/wrapGenerationFunctionWithSentry.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1+
import type { RequestEventData, WebFetchHeaders } from '@sentry/core';
12
import {
2-
RequestEventData,
33
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
44
SEMANTIC_ATTRIBUTE_SENTRY_SOURCE,
55
SPAN_STATUS_ERROR,
66
SPAN_STATUS_OK,
77
Scope,
8-
WebFetchHeaders,
98
captureException,
109
getActiveSpan,
1110
getCapturedScopesOnSpan,

0 commit comments

Comments
 (0)