Skip to content

Commit d5b2b77

Browse files
committed
linting fixes
1 parent a932d9a commit d5b2b77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/google-cloud-serverless/src/gcpfunction/http.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import {
2+
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
3+
SEMANTIC_ATTRIBUTE_SENTRY_SOURCE,
24
handleCallbackErrors,
35
isString,
46
logger,
5-
SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN,
6-
SEMANTIC_ATTRIBUTE_SENTRY_SOURCE,
77
setHttpStatus,
88
stripUrlQueryAndFragment,
99
} from '@sentry/core';

packages/nextjs/src/common/utils/wrapperUtils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import type { IncomingMessage, ServerResponse } from 'http';
12
import {
23
captureException,
34
getActiveSpan,
@@ -7,7 +8,6 @@ import {
78
getTraceData,
89
} from '@sentry/core';
910
import { httpRequestToRequestEventData } from '@sentry/node';
10-
import type { IncomingMessage, ServerResponse } from 'http';
1111
import { TRANSACTION_ATTR_SENTRY_ROUTE_BACKFILL } from '../span-attributes-with-logic-attached';
1212

1313
/**

0 commit comments

Comments
 (0)