sentry-javascript
sentry-javascript copied to clipboard
Official Sentry SDKs for JavaScript
### Description npmjs: https://www.npmjs.com/package/@mastra/core repo: https://github.com/mastra-ai/mastra
[https://vercel.com/blog/ai-sdk-5#agent-abstraction](https://vercel.com/blog/ai-sdk-5#agent-abstraction)
### Description npmjs: https://www.npmjs.com/package/agents repo: https://github.com/cloudflare/agents
### Is there an existing issue for this? - [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [x] I have reviewed the documentation https://docs.sentry.io/ - [x] I am using...
These go through the server entry point. So I think we can just start a span in our provided wrapper and attach any relevant meta data. Tests: Add tests that...
Potentially we can add a wrapper that can be used to trace arbitrary functions. Server functions should be traced by instrumenting the server entry point, but for instance I am...
### Is there an existing issue for this? - [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [x] I have reviewed the documentation https://docs.sentry.io/ - [x] I am using...
## Summary Adds Sentry tracing instrumentation for the `@anthropic-ai/claude-agent-sdk` (Claude Code Agent SDK) following OpenTelemetry Semantic Conventions Sentry's Agent Monitoring. This integration enables AI monitoring for Claude Code agents with...