Error Tracking with Sentry
Saleor provides integration with Sentry - a comprehensive error tracking and reporting tool.
To enable basic error reporting, export an environment variable:
SENTRY_DSN
- Sentry Data Source Name.
If you need to customize the service, see the official Sentry documentation for Django for more details.