chore(deps): Bump @sentry/conventions to 0.20.0 - #23544
Conversation
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.
Reviewed by Cursor Bugbot for commit 371c2ac. Configure here.
| "@sentry/conventions@0.20.0", "@sentry/conventions@^0.20.0": | ||
| version "0.20.0" | ||
| resolved "https://sfw.security.sentry.io/npm/@sentry/conventions/-/conventions-0.20.0.tgz#f73f6f46934d754dacef447755b5adf1bf7f3245" | ||
| integrity sha512-nAL3tL+xgom6Dbuxq0NCEZZfBNIrUspjDJRcMMRl3WLiBCSeZzNCa7an48IpnrZoVMpAi2NQ2v9rFU+EQziKuQ== |
There was a problem hiding this comment.
Lockfile uses private registry URL
Medium Severity
The @sentry/conventions@0.20.0 entry resolves from sfw.security.sentry.io instead of the public Yarn/npm registry used by every other @sentry/* package in this lockfile. That host is environment-specific Soft Serve Firewall tooling, so installs outside that setup can fail or rewrite the lockfile on the next yarn install.
Reviewed by Cursor Bugbot for commit 371c2ac. Configure here.
size-limit report 📦
|
0.20.0 drops the category prefix and `_SPAN_OP` suffix from the `op` constants (getsentry/sentry-conventions#565), which removes every `*_SPAN_OP` export the SDK imported. Old names were mapped to new ones by their string value rather than by guessing the name transformation, so collapsed constants resolve correctly — `GENERAL_FUNCTION_SPAN_OP` and `WEB_SERVER_FUNCTION_SPAN_OP` both became `FUNCTION`, and the three `*_HTTP_SPAN_OP` variants all became `HTTP`. All 124 old values still exist in 0.20.0 with no ambiguity, so the rename is value-preserving. These constants are internal only — nothing re-exports them from a public entry point — so this is not a breaking change for SDK users. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
371c2ac to
6c9deab
Compare
This PR: - bumps `@sentry/conventions` to 0.20.0 - fixes the renamed op constants (an intentional breaking change in 0.20.0) Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>


This PR:
@sentry/conventionsto 0.20.0