Skip to content

[pull] master from getsentry:master#1845

Merged
pull[bot] merged 6 commits into
KingDEV95:masterfrom
getsentry:master
Apr 2, 2026
Merged

[pull] master from getsentry:master#1845
pull[bot] merged 6 commits into
KingDEV95:masterfrom
getsentry:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Apr 2, 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 : )

sentrivana and others added 6 commits April 2, 2026 09:12
…111607)

Add Litestar as an onboarding platform. 

This PR contains the FE portion of the change. I'm not sure if anything
can be done to make it more independent of the BE part. If there are any
ideas or prior art, let me know -- currently the BE PR needs to be
merged first. This was done yesterday, so merging the FE part now.

BE PR: #111522
enableLogs is no longer an experimental feature in v9.x of the SDK.
…ontext (#110327)

Wire useSourceContext hook into the shared Context component so frames
without embedded source context can fetch it from SCM integrations.
Updates expandability logic for both DeprecatedLine and NativeFrame.

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Scott Cooper <scttcper@gmail.com>
Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
biggest changes:

- mutations now take the `mutationContext` in as extra parameter, which
means some low-level abstractions needed to adapt.
- `query.fetch` was converted to an `async` function internally, which
seems like it changed the timing a bit - it now needs another microtask
to complete. This made a lot of our tests fail that just called
`getBy(...)` and expected things to be there immediately. This was
mostly fixed by moving to `await waitFor(...)` or `await findBy(...)`.
- I’ve also replaced the negative loading indicator assertions
(`expect(await
screen.findByTestId('loading-indicator')).not.toBeInTheDocument();`
@pull pull Bot locked and limited conversation to collaborators Apr 2, 2026
@pull pull Bot added the ⤵️ pull label Apr 2, 2026
@pull pull Bot merged commit 78483e4 into KingDEV95:master Apr 2, 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 Apr 2, 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.

6 participants