This release introduces a built-in monitoring route to support error reporting and performance tracing across the app.
It’s designed to be safer and more resilient, so monitoring traffic can flow without getting in the way of normal usage.
New in This Release
A new /api/monitoring endpoint is now available to tunnel monitoring traffic through your app. This helps keep monitoring consistent across environments and reduces reliance on direct third-party endpoints from the client.
The tunnel includes protective checks to help prevent misuse and unexpected load, including request validation and size limits.
Safety and reliability safeguards
- Same-origin request checks
- DSN normalization and validation
- 512 KB maximum payload size per envelope
- Optional rate limiting support
- Safe header passthrough behavior