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 7d756cf commit fc806f7Copy full SHA for fc806f7
packages/core/src/utils/openai/index.ts
@@ -1,6 +1,6 @@
1
import { getCurrentScope } from '../../currentScopes';
2
import { captureException } from '../../exports';
3
-import { startSpan, startSpanManual } from '../../tracing/trace';
+import { SPAN_STATUS_ERROR, startSpan, startSpanManual } from '../../tracing/trace';
4
import type { Span, SpanAttributeValue } from '../../types-hoist/span';
5
import {
6
GEN_AI_OPERATION_NAME_ATTRIBUTE,
0 commit comments