I'd like to get set up with the AISDKExporter with instrumentation for the Vercel AISDK. I saw this was a recently added feature in 0.2.3, but I tried it out with 0.2.3 and wasn't able to get traces sent automatically to langsmith. I was wondering if there's any way to debug this exporter or if it wasn't integrated yet in 0.2.3
Suggestion:
Is there any way to debug the exporter? I do have traces set up with Sentry already which are being reported correctly, so I don't believe that its my otel setup.
Hello @Averylamp! We've released a new langsmith@0.2.4 release with AISDKExporter({ debug: true }) support.
You can also enable the debug mode by providing OTEL_LOG_LEVEL=DEBUG environment variable.
Issue you'd like to raise.
I'd like to get set up with the AISDKExporter with instrumentation for the Vercel AISDK. I saw this was a recently added feature in
0.2.3
, but I tried it out with0.2.3
and wasn't able to get traces sent automatically to langsmith. I was wondering if there's any way to debug this exporter or if it wasn't integrated yet in0.2.3
Suggestion:
Is there any way to debug the exporter? I do have traces set up with Sentry already which are being reported correctly, so I don't believe that its my otel setup.