File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
google-cloud-serverless/src/gcpfunction Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import {
2
+ SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
3
+ SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
2
4
handleCallbackErrors ,
3
5
isString ,
4
6
logger ,
5
- SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN ,
6
- SEMANTIC_ATTRIBUTE_SENTRY_SOURCE ,
7
7
setHttpStatus ,
8
8
stripUrlQueryAndFragment ,
9
9
} from '@sentry/core' ;
Original file line number Diff line number Diff line change
1
+ import type { IncomingMessage , ServerResponse } from 'http' ;
1
2
import {
2
3
captureException ,
3
4
getActiveSpan ,
7
8
getTraceData ,
8
9
} from '@sentry/core' ;
9
10
import { httpRequestToRequestEventData } from '@sentry/node' ;
10
- import type { IncomingMessage , ServerResponse } from 'http' ;
11
11
import { TRANSACTION_ATTR_SENTRY_ROUTE_BACKFILL } from '../span-attributes-with-logic-attached' ;
12
12
13
13
/**
You can’t perform that action at this time.
0 commit comments