🛡️ Sentry Demo Page
Configuration
DSN: ✅ Configured
Environment: production
⚠️ Note: Sentry is disabled in development mode by default. Edit plugins/sentry.client.ts to enable testing in dev.
1. Uncaught Error
Throws an unhandled error that Sentry auto-captures
2. Capture Exception
Manually captures an error with try/catch
3. Capture Message
Sends a simple message to Sentry
4. With Context
Sends message with user/tags/extra data
5. Async Error
Triggers an error from async operation
6. Type Error
Triggers a TypeError (null access)