Skip to content

Commit a10e647

Browse files
committed
fix typo
1 parent 9214034 commit a10e647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { InstrumentationConfig, InstrumentationModuleDefinition } from '@opentelemetry/instrumentation';
22
import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
33
import {
4-
_INTERNAL_cleanupToolCallSpanContextContext,
4+
_INTERNAL_cleanupToolCallSpanContext,
55
_INTERNAL_getSpanContextForToolCallId,
66
addNonEnumerableProperty,
77
captureException,

0 commit comments

Comments
 (0)