Sentry Error Testing

Handled Client-Side Error Test

This will trigger a client-side error that gets captured directly by Sentry.

Unhandled Client-Side Error Test

This will trigger an unhandled client-side error that should be caught by the ErrorBoundary and reported to Sentry.

Server-Side Error Test

This will trigger a server-side error via tRPC that should be reported to Sentry.