[pull] master from getsentry:master#1990
Merged
Merged
Conversation
…gateway (#116078) ## Summary The emmett API gateway (`src/apigw/proxy.py`) has its own path-based `TIMEOUT_OVERRIDES` dict, separate from the Django gateway's URL-name-based overrides that were added in #116076. Without this entry, snapshot downloads fall back to the httpx client default of `read=60s`, causing HTTP/2 stream errors on large snapshots (40K+ images). Adds `(["/preprodartifacts/snapshots/", "/download/"], 90.0)` to match the path pattern. ## Test plan - [ ] Download a large snapshot (40K images) via `sentry-cli snapshots download` and confirm it no longer fails with HTTP/2 stream errors after ~60s 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Replace the local `StyledMarkedText` wrapper (built on the legacy `sentry/utils/marked` `MarkedText` component) with the new `<Markdown />` primitive from `@sentry/scraps/markdown` introduced in #115025. This is the autofix surface rendered in the issue details sidebar and the Seer drawer — the Solution card ("Plan"), Root Cause card, and the streaming loading details. The `v3/styled.tsx` wrapper is no longer needed and is removed. No behavior change is intended. The new primitive renders each markdown block via Scraps `Text`/`Heading`/`InlineCode`/etc. instead of `dangerouslySetInnerHTML`, so visual rendering of the one-line summaries and lists in `RootCauseCard` / `SolutionCard` may shift slightly — please eyeball the cards in the sidebar and drawer during review. Refs #115025
Wire `images_skipped` into the frontend `ChangeCounts` component so the snapshots table displays skipped image counts when present (e.g., "5 skipped"). Also fixes a bug in the "No changes" early return: previously, a selective snapshot run with 0 added/removed/changed but >0 skipped images would show "No changes" instead of "N skipped". The condition now checks `skipped === 0` as well, matching the backend behavior in VCS status check templates. Depends on #116073. Co-authored-by: Claude <noreply@anthropic.com>
See getsentry/relay#6007. We want to test this conversion method internally first to make sure the different attribute naming doesn't break anything. ref: INGEST-909.
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 : )