Sentry Simple Example 🚨

This example demonstrates how to record unhandled exceptions in your code with Sentry. There are several test pages below that result in various kinds of unhandled exceptions.

Important: exceptions in development mode take a different path than in production. These tests should be run on a production build (i.e. 'next build'). Read more