-
Notifications
You must be signed in to change notification settings - Fork 557
feat(anthropic) Update span attributes to use gen_ai.*
namespace instead of ai.*
#4674
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
feat(anthropic) Update span attributes to use gen_ai.*
namespace instead of ai.*
#4674
Conversation
…GEN_AI ones Additional simplifications and streamlining by using common utilities
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4674 +/- ##
==========================================
+ Coverage 85.09% 85.10% +0.01%
==========================================
Files 156 156
Lines 15842 15856 +14
Branches 2679 2684 +5
==========================================
+ Hits 13480 13494 +14
- Misses 1582 1583 +1
+ Partials 780 779 -1
|
…l whether to automatically unpack single elements in lists
gen_ai.*
namespace instead of ai.*
gen_ai.*
namespace instead of ai.*
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now it is ready to merge. Thanks @constantinius for the work!
…stead of `ai.*` (#4674) Update `AnthropicIntegration` to support Otel and Sentry AI Agents module compatible span attributes of `gen_ai.*` family. Closes https://linear.app/getsentry/issue/TET-996/improve-integration-for-anthropic-sdk --------- Co-authored-by: Anton Pirker <anton.pirker@sentry.io>
Update
AnthropicIntegration
to support Otel and Sentry AI Agents module compatible span attributes ofgen_ai.*
family.Closes https://linear.app/getsentry/issue/TET-996/improve-integration-for-anthropic-sdk