File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/node/src/integrations/node-fetch Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ import { context } from '@opentelemetry/api';
2
2
import { isTracingSuppressed , VERSION } from '@opentelemetry/core' ;
3
3
import type { InstrumentationConfig } from '@opentelemetry/instrumentation' ;
4
4
import { InstrumentationBase } from '@opentelemetry/instrumentation' ;
5
- import type {
6
- SanitizedRequestData ,
7
- } from '@sentry/core' ;
8
- import { addBreadcrumb ,
5
+ import type { SanitizedRequestData } from '@sentry/core' ;
6
+ import {
7
+ addBreadcrumb ,
9
8
getBreadcrumbLogLevelFromHttpStatusCode ,
10
9
getClient ,
11
10
getSanitizedUrlString ,
12
11
getTraceData ,
13
12
LRUMap ,
14
- parseUrl } from '@sentry/core' ;
13
+ parseUrl ,
14
+ } from '@sentry/core' ;
15
15
import { shouldPropagateTraceForUrl } from '@sentry/opentelemetry' ;
16
16
import * as diagch from 'diagnostics_channel' ;
17
17
import { NODE_MAJOR , NODE_MINOR } from '../../nodeVersion' ;
You can’t perform that action at this time.
0 commit comments