> Documentation index: [Saleor](/llms.txt) · [This section](/setup/llms.txt)
> Source: https://docs.saleor.io/setup/monitoring-sentry

# Monitoring with Sentry

<a id="error-reporting"></a>

## Error reporting

Automated error reporting is not only a way to receive notifications when things go wrong, but it also offers the information necessary to reproduce the problem locally.

<a id="sentry"></a>

### Sentry

Saleor provides integration with [Sentry](https://sentry.io/), a comprehensive error tracking and reporting tool.

To use it, set the following environment variable:

<a id="sentry_dsn"></a>

#### `SENTRY_DSN`

Sentry Data Source Name, you can find it in your Sentry project settings.

If you need to customize the service, see the [official Sentry documentation for Django](https://docs.sentry.io/platforms/python/django/) for more details.
