Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 396 Bytes

USAGE.md

File metadata and controls

13 lines (9 loc) · 396 Bytes

Usage

Using Sentry

To enable sentry in a web deployment, add the following env variables :

SENTRY_ENABLED=True
SENTRY_DSN=... # Value retrieved from sentry.io
SENTRY_ENVIRONMENT=staging # Or whatever env you're targetting

The SENTRY_DSN value must be retrieved from sentry.io (cf here).