Sentry's Next.js SDK enables automatic reporting of errors and exceptions.
Currently, the minimum Next.js supported version is 10.0.8
.
Features:
- Automatic Error Tracking with source maps for both JavaScript and TypeScript
- Events enriched with device data
- Breadcrumbs created for outgoing HTTP request with XHR and Fetch, and console logs
- Release Health for tracking crash-free users and sessions
- Automatic Performance Monitoring for both the client and server, from version
6.5.0
Under the hood the SDK relies on our React SDK on the frontend and Node SDK on the backend, which makes all features available in those SDKs also available in this SDK.