Features: ;

Fixes: ;

Extra: 1) Update environment variable values to "development" and "production" for clarity;
This commit is contained in:
Egor Pavlovich Gorbunov 2025-05-13 02:53:15 +03:00
parent 4a97779139
commit 2d67b69b42

View file

@ -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,