Skip to content

Commit 7d403dd

Browse files
committed
fix linting
1 parent 2c8d0d6 commit 7d403dd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/node/src/integrations/http/SentryHttpInstrumentation.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ import type { EventEmitter } from 'node:stream';
66
import { VERSION } from '@opentelemetry/core';
77
import type { InstrumentationConfig } from '@opentelemetry/instrumentation';
88
import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
9-
import type {
10-
AggregationCounts,
11-
Client,
12-
RequestEventData,
13-
SanitizedRequestData,
14-
Scope} from '@sentry/core';
9+
import type { AggregationCounts, Client, RequestEventData, SanitizedRequestData, Scope } from '@sentry/core';
1510
import {
1611
LRUMap,
1712
addBreadcrumb,

0 commit comments

Comments
 (0)