You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decision: We'll be making this an integration that lives in @sentry/node.
Right now to enable OTEL based telemetry in the SDK, you'll have to add experimental_telemetry: { isEnabled: true } to each individual function call. We'll probably add some OTEL instrumentation that automatically injects this so it doesn't have to be user configured.
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: