Features: ;
Fixes: ; Extra: 1) Update environment variable values to "development" and "production" for clarity;
This commit is contained in:
parent
4a97779139
commit
2d67b69b42
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ if getenv("SENTRY_DSN"):
|
|||
level=logging.INFO,
|
||||
event_level=logging.ERROR
|
||||
), CeleryIntegration(), RedisIntegration()],
|
||||
environment="dev" if DEBUG else "prod",
|
||||
environment="development" if DEBUG else "production",
|
||||
debug=DEBUG,
|
||||
release=f"evibes@{EVIBES_VERSION}",
|
||||
ignore_errors=ignore_errors,
|
||||
|
|
|
|||
Loading…
Reference in a new issue