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 d0281d7 commit 9c8db62Copy full SHA for 9c8db62
1 file changed
packages/typescript/ai/src/middlewares/otel.ts
@@ -722,7 +722,6 @@ export function otelMiddleware(options: OtelMiddlewareOptions): ChatMiddleware {
722
})
723
}
724
725
-
726
safeCall('otel.onSpanEnd', () =>
727
onSpanEnd?.({ kind: 'chat', ctx }, state.rootSpan),
728
)
@@ -788,7 +787,6 @@ export function otelMiddleware(options: OtelMiddlewareOptions): ChatMiddleware {
788
787
789
790
791
792
793
794
@@ -852,7 +850,6 @@ export function otelMiddleware(options: OtelMiddlewareOptions): ChatMiddleware {
852
850
state.iterationCount,
853
851
854
855
856
857
858
0 commit comments