mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Configure sentry environments
This commit is contained in:
parent
b95e446857
commit
d6eaeaf33e
3 changed files with 8 additions and 4 deletions
|
@ -10,5 +10,6 @@ else:
|
|||
|
||||
sentry_sdk.init(
|
||||
config.SENTRY_DSN,
|
||||
integrations=[RqIntegration()]
|
||||
integrations=[RqIntegration()],
|
||||
environment=config.SENTRY_ENV
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue