[pull] master from getsentry:master#1845
Merged
Merged
Conversation
…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();`
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 : )