Skip to content

Commit 5dc90f8

Browse files
committed
fix linting
1 parent d80c681 commit 5dc90f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/node/src/integrations/node-fetch/SentryNodeFetchInstrumentation.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ import { context } from '@opentelemetry/api';
22
import { isTracingSuppressed, VERSION } from '@opentelemetry/core';
33
import type { InstrumentationConfig } from '@opentelemetry/instrumentation';
44
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,
98
getBreadcrumbLogLevelFromHttpStatusCode,
109
getClient,
1110
getSanitizedUrlString,
1211
getTraceData,
1312
LRUMap,
14-
parseUrl} from '@sentry/core';
13+
parseUrl,
14+
} from '@sentry/core';
1515
import { shouldPropagateTraceForUrl } from '@sentry/opentelemetry';
1616
import * as diagch from 'diagnostics_channel';
1717
import { NODE_MAJOR, NODE_MINOR } from '../../nodeVersion';

0 commit comments

Comments
 (0)