Skip to content

[pull] master from getsentry:master#1806

Merged
pull[bot] merged 12 commits intoKingDEV95:masterfrom
getsentry:master
Mar 19, 2026
Merged

[pull] master from getsentry:master#1806
pull[bot] merged 12 commits intoKingDEV95:masterfrom
getsentry:master

Conversation

@pull
Copy link

@pull pull bot commented Mar 19, 2026

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 : )

scttcper and others added 12 commits March 18, 2026 15:02
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. -->
…rds compatible (#110282)" (#111038)

This reverts commit e6be161.

The endpoint was already mostly backward compatible, so following our
standard pattern results in a regression.
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.
@pull pull bot locked and limited conversation to collaborators Mar 19, 2026
@pull pull bot added the ⤵️ pull label Mar 19, 2026
@pull pull bot merged commit 8bd0bd8 into KingDEV95:master Mar 19, 2026
@github-actions github-actions bot added Scope: Frontend Automatically applied to PRs that change frontend components Scope: Backend Automatically applied to PRs that change backend components labels Mar 19, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

⤵️ pull Scope: Backend Automatically applied to PRs that change backend components Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants