[pull] master from getsentry:master#1806
Merged
pull[bot] merged 12 commits intoKingDEV95:masterfrom Mar 19, 2026
Merged
Conversation
The ownership rules table showed stacked avatars with "and X others" text, but there was no way to find out who those other owners actually were before: <img width="347" height="132" alt="image" src="https://github.com/user-attachments/assets/ac64e358-ccf6-4df4-a8f8-b093b6471ec8" /> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
TLDR; 1. Codeowners coverage is now enforced in CI. Make sure new code has a github team in CODEOWNERS. 2. Try not to add to the exclusion-list. 3. If you are getting notified about changes you don’t care about, remind the dev to move their code into an owned part of the application to help us [modularize](https://www.notion.so/Application-Modularization-5454eff79f024b2bb0bc32a63a29cb44?pvs=21). More: https://www.notion.so/sentry/Enforcing-ownership-31f8b10e4b5d80c99362fe35e7b1ca8b?showMoveTo=true&saveParent=true --------- Co-authored-by: Joris Bayer <joris.bayer@sentry.io> Co-authored-by: Mark Story <mark@mark-story.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Useful for old row cleanup and debugging filtering. Fixes ISWF-808.
This reverts commit c806c6b. Co-authored-by: joshuarli <14209781+joshuarli@users.noreply.github.com>
silences a loud warning that prints out a bunch of times
```
console.warn
Pathnames cannot have embedded double slashes - normalizing /organizations/org-slug/explore/traces/trace// -> /organizations/org-slug/explore/traces/trace/
19 | }
20 |
> 21 | originalConsoleWarn(message, ...args);
| ^
22 | };
23 |
```
…t group (#110932) Just consolidating this logic here. <!-- Describe your PR here. -->
This reverts commit 3938246. Co-authored-by: chromy <351085+chromy@users.noreply.github.com>
store_replays_eap is functionally identical to store_eap_items — both serialize protobuf TraceItems and POST them to the EAP items insert endpoint. The only difference was the multipart file key prefix (e.g. "replay_0" vs "eap_items_0"), which Snuba ignores. The additional post-processing step (reversing item_id bytes for ClickHouse little-endian storage) is now handled by the new reverse_ids parameter on store_eap_items.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )