fix: filter expected tRPC errors from Sentry notifications (#1726)
* fix: filter expected tRPC errors from Sentry notifications
Mute UNAUTHORIZED (401), NOT_FOUND (404), and BAD_REQUEST (400) errors
to reduce noise from expected client errors.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: filter expected tRPC errors from Sentry notifications
Mute UNAUTHORIZED (401), NOT_FOUND (404), and BAD_REQUEST (400) errors
to reduce noise from expected client errors.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* ci: apply automated fixes
* Fix inconsistent TRPCError filtering in status-page edge Sentry config (#1727)
* Initial plan
* fix: use consistent TRPCError filtering in status-page edge config
Co-authored-by: thibaultleouay <13894054+thibaultleouay@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: thibaultleouay <13894054+thibaultleouay@users.noreply.github.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: Thibault Le Ouay <thibaultleouay@gmail.Com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: thibaultleouay <13894054+thibaultleouay@users.noreply.github.com>
authored by