chore(conventions): Bump sentry-conventions to include transform status - #6281
Merged
constantinius merged 2 commits intoAug 3, 2026
Merged
Conversation
constantinius
force-pushed
the
constantinius/chore/conventions/bump-for-transform-status
branch
from
August 3, 2026 12:42
2a3c6f0 to
c961631
Compare
elramen
approved these changes
Aug 3, 2026
constantinius
force-pushed
the
constantinius/chore/conventions/bump-for-transform-status
branch
from
August 3, 2026 12:52
c961631 to
af19b19
Compare
Contributor
Author
|
@Dav1dde I was a bit selfish and just used the commits I needed, but I've bumped to the latest conventions and it seems to be working fine. |
constantinius
force-pushed
the
constantinius/chore/conventions/bump-for-transform-status
branch
from
August 3, 2026 13:11
af19b19 to
e183ab4
Compare
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 e183ab4. Configure here.
Bump the sentry-conventions submodule to include PR #465 which adds the "transform" deprecation status for gen_ai attributes. Also adds the Transform variant to DeprecationStatus in the build script (producing WriteBehavior::CurrentName) and updates deprecated constant usages for the app vitals attributes that were renamed in the same range.
constantinius
force-pushed
the
constantinius/chore/conventions/bump-for-transform-status
branch
from
August 3, 2026 13:41
e183ab4 to
82f35cf
Compare
Dav1dde
approved these changes
Aug 3, 2026
Co-authored-by: David Herberth <david.herberth@sentry.io>
constantinius
enabled auto-merge
August 3, 2026 14:06
constantinius
deleted the
constantinius/chore/conventions/bump-for-transform-status
branch
August 3, 2026 14:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Bumps the sentry-conventions submodule past PR #465 which adds the
"transform"deprecation status for gen_ai attributes.This is a prerequisite for #6201 which implements the gen_ai attribute transformations.
Also updates deprecated app vitals constant usages (
FRAMES_FROZEN_RATE→APP__VITALS__FRAMES__FROZEN__RATE, etc.) and theTransformvariant in the build script.