Automatic error capture
Production error monitoring with automatic capture, stack trace analysis, error grouping, and alerting. Self-hosted for data privacy and GDPR compliance.
Initialize error tracking with sylphx.errors.init()
Errors are captured automatically
Add context with sylphx.errors.setUser()
View and resolve errors in dashboard
Follow the quick start guide to set up this service.
Configure the service using environment variables or the dashboard.
Use your API key to authenticate requests to this service.
| Method | Description |
|---|---|
sylphx.errors.init() | Initialize error tracking |
sylphx.errors.capture() | Capture an error |
sylphx.errors.setUser() | Set user context for errors |
Check out our complete documentation for in-depth guides and tutorials.
View full documentation