diff --git a/packages/nextjs/src/common/wrapGenerationFunctionWithSentry.ts b/packages/nextjs/src/common/wrapGenerationFunctionWithSentry.ts index e15fc8225fce..521e45df4e27 100644 --- a/packages/nextjs/src/common/wrapGenerationFunctionWithSentry.ts +++ b/packages/nextjs/src/common/wrapGenerationFunctionWithSentry.ts @@ -1,11 +1,10 @@ +import type { RequestEventData, WebFetchHeaders } from '@sentry/core'; import { - RequestEventData, SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, SEMANTIC_ATTRIBUTE_SENTRY_SOURCE, SPAN_STATUS_ERROR, SPAN_STATUS_OK, Scope, - WebFetchHeaders, captureException, getActiveSpan, getCapturedScopesOnSpan,