Skip to content

Commit 2a3c005

Browse files
committed
lint yelling
1 parent 71c9643 commit 2a3c005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/node/src/integrations/tracing/vercelai/instrumentation.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ import type { InstrumentationConfig, InstrumentationModuleDefinition } from '@op
22
import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
33
import type { Span } from '@sentry/core';
44
import {
5+
_INTERNAL_cleanupToolCallSpan,
6+
_INTERNAL_getSpanForToolCallId,
57
addNonEnumerableProperty,
68
captureException,
7-
_INTERNAL_cleanupToolCallSpan,
89
getActiveSpan,
910
getCurrentScope,
10-
_INTERNAL_getSpanForToolCallId,
1111
handleCallbackErrors,
1212
SDK_VERSION,
1313
withScope,

0 commit comments

Comments
 (0)