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 11import {
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' ;
Original file line number Diff line number Diff line change 1+ import type { IncomingMessage , ServerResponse } from 'http' ;
12import {
23 captureException ,
34 getActiveSpan ,
78 getTraceData ,
89} from '@sentry/core' ;
910import { httpRequestToRequestEventData } from '@sentry/node' ;
10- import type { IncomingMessage , ServerResponse } from 'http' ;
1111import { TRANSACTION_ATTR_SENTRY_ROUTE_BACKFILL } from '../span-attributes-with-logic-attached' ;
1212
1313/**
You can’t perform that action at this time.
0 commit comments