Skip to content

[pull] master from getsentry:master#2002

Merged
pull[bot] merged 9 commits into
KingDEV95:masterfrom
getsentry:master
May 27, 2026
Merged

[pull] master from getsentry:master#2002
pull[bot] merged 9 commits into
KingDEV95:masterfrom
getsentry:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 27, 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 : )

priscilawebdev and others added 9 commits May 27, 2026 08:59
…ropdown (#116272)

Restore the inline `with <SDK>` layout on the conversations onboarding
panel.

In #116082 the `<Flex gap="md" align="center" wrap="wrap"
paddingBottom="md">` wrapper around `PlatformOptionDropdown` was
replaced by a `<Stack gap="md">` that now wraps the dropdown, the
introduction, and the guided steps together. `PlatformOptionDropdown`
returns a Fragment containing the `"with"` text node and the
`OptionControl` dropdown(s) as siblings — so the Stack hoisted them as
separate vertical items and the label ended up above the selector.

Wrap just the dropdown row in a `<Flex gap="md" align="center"
wrap="wrap">` inside the Stack. The Stack's own `gap="md"` already
handles spacing to the next row, so the previous `paddingBottom="md"` is
no longer needed.

Refs GH-116082
…matching (#115874)"

This reverts commit 0f88e7b.

Co-authored-by: obostjancic <86684834+obostjancic@users.noreply.github.com>
…5882)

Adds support for the new `browser.web_vital.<vital>.value` attributes to
the web vital pre built dashboard queries. This ensures the pre-built
dashboard is compatible with streamed v2 web vital spans and attributes.
I left the hard-coded `score` attributes as-is, since these seem to be
handled correctly already.

Reviewers, please let me know if you want to tackle this differently or
are already working on it. I mainly oriented myself on
#113046 but happy to change
anything or close the PR!

My naive assumption was that through coalescing we can switch to
querying the new attributes and it works for the old ones as well.
Tested with projects sending transactions as well as projects sending v2
spans and both still seem to work.

<img width="1635" height="1145" alt="image"
src="https://github.com/user-attachments/assets/2560f46e-1dfc-4e58-8ece-2e796e107bf0"
/>
The `webAuthnRegisterData` and `webAuthnAuthenticationData` fields on
`ChallengeData` can be undefined when the server doesn't include
WebAuthn data in the challenge response. Without guards, `handleEnroll`
and `handleSign` crash when trying to decode `undefined`. This adds
early-return null checks and updates the types to reflect the actual API
shape.

Fixes JAVASCRIPT-397K

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Evan Purkhiser <evanpurkhiser@users.noreply.github.com>
Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
…16275)

- Changes necessary due to [a change in
relay](getsentry/relay@eca6948)
- [Example for failing tests on some
PRs](https://github.com/getsentry/sentry/actions/runs/26496465875/job/78025964034?pr=114286)
- Snapshots generated using `SENTRY_SNAPSHOTS_WRITEBACK=new pytest
tests/symbolicator/` locally with devservices `relay` and `symbolicator`
ended up being volatile (unique IDs)
- Use approach to exclude the trace context from the snapshot as has
been done with the reprocessing context
Sortable header cells in `SimpleTable` now show a visible focus ring
when navigated via keyboard. The ring uses an inset `box-shadow` so it
isn't clipped by the Panel's `overflow: hidden` and border.

before:


https://github.com/user-attachments/assets/a0f87102-dee4-4231-ad59-c23cf8121a61

after:


https://github.com/user-attachments/assets/62a74372-e18a-4b76-b275-48b119daa23c

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
@pull pull Bot locked and limited conversation to collaborators May 27, 2026
@pull pull Bot added the ⤵️ pull label May 27, 2026
@pull pull Bot merged commit e7d30a8 into KingDEV95:master May 27, 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 May 27, 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