Skip to content

fix: Backfill several deprecated attributes#332

Merged
loewenheim merged 1 commit into
mainfrom
sebastian/backfill-relay-attributes
Apr 22, 2026
Merged

fix: Backfill several deprecated attributes#332
loewenheim merged 1 commit into
mainfrom
sebastian/backfill-relay-attributes

Conversation

@loewenheim
Copy link
Copy Markdown
Contributor

@loewenheim loewenheim commented Apr 22, 2026

Description

This sets the _status to "backfill" for several deprecated attributes that are used by name in Relay. Doing this means we no longer need to explicitly check the deprecated variants and can rely on normalization to provide the correct names.

Fixes #331. Fixes CON-88.

PR Checklist

  • I have run yarn test and verified that the tests pass.
  • I have run yarn generate to generate and format code and docs.

This sets the `_status` to `"backfill"` for several deprecated attributes
that are used by name in Relay. Doing this means we no longer need to
explicitly check the deprecated variants and can relay on normalization
to provide the correct names.
@loewenheim loewenheim requested review from a team, Lms24, cleptric, lcian, mjq and nsdeschenes as code owners April 22, 2026 08:25
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 22, 2026

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


New Features ✨

  • (attributes) Add device.low_power_mode attribute for iOS by itaybre in #314

Bug Fixes 🐛

  • Backfill several deprecated attributes by loewenheim in #332

🤖 This preview updates automatically when you update the PR.

@linear-code
Copy link
Copy Markdown

linear-code Bot commented Apr 22, 2026

Comment thread python/src/sentry_conventions/attributes.py
@loewenheim loewenheim merged commit 4771519 into main Apr 22, 2026
14 checks passed
@loewenheim loewenheim deleted the sebastian/backfill-relay-attributes branch April 22, 2026 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Backfill/normalize attributes required by Relay

2 participants