fix(core): Send internal_error as span status for Vercel error spans#19921
fix(core): Send internal_error as span status for Vercel error spans#19921nicohrubec merged 5 commits intodevelopfrom
internal_error as span status for Vercel error spans#19921Conversation
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨Deps
Bug Fixes 🐛Core
Deps
Other
Internal Changes 🔧
🤖 This preview updates automatically when you update the PR. |
size-limit report 📦
|
node-overhead report 🧳Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Follow up to: #19863
Vercel sets raw error messages as span status. Currently we send them as is, but these values should be normalized to a known
SpanStatusType.I confirmed the behavior with https://github.com/getsentry/testing-ai-sdk-integrations.
Closes #19922 (added automatically)