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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enable GenAI message content capture by default (#195)
## Summary
- Enable message content capture by default for OpenAI, Anthropic,
Google, and Bedrock tracing
- Preserve opt-out support through
OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT=false or
captureContent: false
- Update tracing documentation and examples, with test coverage for
default and explicit settings
## Testing
- npm test
- npm run lint
- npm run build
---------
Co-authored-by: Vlad Vasilenko <36810938+T3XRD@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>