-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add instrumentation for ai
#13679
Comments
Gave it a try with https://github.com/e2b-dev/ai-artifacts Currently it collects:
it doesn't seem to include any information about tokens used or similar, which is problematic for our llm monitoring. It uses |
Decision: We'll be making this an integration that lives in Right now to enable OTEL based telemetry in the SDK, you'll have to add |
A PR closing this issue has just been released 🚀This issue was referenced by PR #13892, which was included in the 8.43.0 release. |
Description
We want to support Vercel AI (https://github.com/vercel/ai). There seems to be some OTEL instrumentation baked in - we need to test this, and ensure this follows the LLM conventions: https://develop.sentry.dev/sdk/telemetry/traces/modules/llm-monitoring/ (which probably means adjusting the emitted spans accordingly).
Tasks
The text was updated successfully, but these errors were encountered: