Skip to content

Commit 67e717f

Browse files
committed
fix import
1 parent fc806f7 commit 67e717f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/utils/openai/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { getCurrentScope } from '../../currentScopes';
22
import { captureException } from '../../exports';
3-
import { SPAN_STATUS_ERROR, startSpan, startSpanManual } from '../../tracing/trace';
3+
import { SPAN_STATUS_ERROR } from '../../tracing';
4+
import { startSpan, startSpanManual } from '../../tracing/trace';
45
import type { Span, SpanAttributeValue } from '../../types-hoist/span';
56
import {
67
GEN_AI_OPERATION_NAME_ATTRIBUTE,

0 commit comments

Comments
 (0)