Skip to content

Commit de8072b

Browse files
committed
lint
1 parent 793812b commit de8072b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { context, propagation } from '@opentelemetry/api';
33
import { VERSION } from '@opentelemetry/core';
44
import type { InstrumentationConfig } from '@opentelemetry/instrumentation';
55
import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
6-
import type { AggregationCounts, Client, RequestEventData, SanitizedRequestData, Scope } from '@sentry/core';
6+
import type { AggregationCounts, Client, SanitizedRequestData, Scope } from '@sentry/core';
77
import {
88
addBreadcrumb,
99
generateSpanId,

0 commit comments

Comments
 (0)