We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc806f7 commit 67e717fCopy full SHA for 67e717f
packages/core/src/utils/openai/index.ts
@@ -1,6 +1,7 @@
1
import { getCurrentScope } from '../../currentScopes';
2
import { captureException } from '../../exports';
3
-import { SPAN_STATUS_ERROR, startSpan, startSpanManual } from '../../tracing/trace';
+import { SPAN_STATUS_ERROR } from '../../tracing';
4
+import { startSpan, startSpanManual } from '../../tracing/trace';
5
import type { Span, SpanAttributeValue } from '../../types-hoist/span';
6
import {
7
GEN_AI_OPERATION_NAME_ATTRIBUTE,
0 commit comments