chore(sentry-conventions): Bump sentry-conventions to 0.6.0-4#5944
Open
constantinius wants to merge 5 commits intomasterfrom
Open
chore(sentry-conventions): Bump sentry-conventions to 0.6.0-4#5944constantinius wants to merge 5 commits intomasterfrom
sentry-conventions to 0.6.0-4#5944constantinius wants to merge 5 commits intomasterfrom
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
Your PR is failing because some attributes that Relay uses have become deprecated in the course of the conventions update. Please replace them with the current versions (the deprecation warning tells you what it's called). |
The `sentry.transaction` attribute was deprecated upstream in sentry-conventions 0.6.0-3 with `normalize` status (it's normalized to `sentry.segment.name` by ingestion). Drop the redundant emit on OTLP spans since `sentry.segment.name` is already set alongside it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Follows the previous commit which stopped emitting the deprecated sentry.transaction attribute. The backfill direction is one-way (deprecated -> new), so the attribute no longer appears in the output. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
can we bump the submodule to I just merged an attribute in sentry-convention, if possible I'd like to include it here |
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…/sentry-conventions/bump-0.6.0-3 # Conflicts: # CHANGELOG.md
sentry-conventions to 0.6.0-4
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-conventionssubmodule to 0.6.0-3, picking up getsentry/sentry-conventions#350 which changes several deprecation statuses tonormalizeto align with ingestion paths.Fixes TET-2280.
🤖 Generated with Claude Code