We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a932d9a commit d5b2b77Copy full SHA for d5b2b77
packages/google-cloud-serverless/src/gcpfunction/http.ts
@@ -1,9 +1,9 @@
1
import {
2
+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
3
+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE,
4
handleCallbackErrors,
5
isString,
6
logger,
- SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
- SEMANTIC_ATTRIBUTE_SENTRY_SOURCE,
7
setHttpStatus,
8
stripUrlQueryAndFragment,
9
} from '@sentry/core';
packages/nextjs/src/common/utils/wrapperUtils.ts
@@ -1,3 +1,4 @@
+import type { IncomingMessage, ServerResponse } from 'http';
captureException,
getActiveSpan,
@@ -7,7 +8,6 @@ import {
getTraceData,
10
import { httpRequestToRequestEventData } from '@sentry/node';
-import type { IncomingMessage, ServerResponse } from 'http';
11
import { TRANSACTION_ATTR_SENTRY_ROUTE_BACKFILL } from '../span-attributes-with-logic-attached';
12
13
/**
0 commit comments