Sentry Features
Error Tracking
Sentry provides error tracking for your applications.
Performance Monitoring
Sentry provides performance monitoring for your applications.
Release Tracking
Sentry provides release tracking for your applications.
Source Maps
Sentry provides source maps for your applications.
Session Replay
Sentry provides session replay for your applications.
User Feedback
Sentry provides user feedback for your applications.
How to Integrate Sentry
Follow these steps to add this integration to your CreateOS project
Step 1
Create Sentry project at sentry.io
Step 2
Install @sentry/nextjs or appropriate SDK
Step 3
Run npx @sentry/wizard@latest -i nextjs
Step 4
Add SENTRY_DSN to environment variables
Step 5
Configure source map uploads
Step 6
Deploy and monitor errors
Environment Variables
SENTRY_DSN=your_value_hereSENTRY_AUTH_TOKEN=your_value_hereSENTRY_ORG=your_value_hereSENTRY_PROJECT=your_value_hereRelated Integrations
Sentry FAQ
Minimal impact. Sentry SDK is lightweight and async. Performance monitoring can be sampled to reduce overhead.
The Sentry wizard configures source map upload automatically. Errors will show original source code, not minified bundles.