You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(web): associate Sentry errors with users (#1452)
* feat(web): associate Sentry errors with users
* refactor(web): set Sentry user in withAuth path instead of auth()
Move setSentryUser out of the memoized auth() resolver and into
getAuthContext so it captures the resolved principal for all auth
sources (session, OAuth Bearer, API key) rather than clearing the
identity on API-key / Bearer requests where auth() returns null.
Co-authored-by: Brendan Kellam <10233483+brendan-kellam@users.noreply.github.com>
* nit
* fix(web): associate Sentry errors with resolved users
---------
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Brendan Kellam <10233483+brendan-kellam@users.noreply.github.com>
0 commit comments