+ SENTRY_ENVIRONMENT in env file
This commit is contained in:
parent
4feb41fb9e
commit
5b08af6948
|
|
@ -21,4 +21,7 @@ CURRENCY_GETGEOIP_API_KEY=""
|
||||||
FLOWER_BASIC_AUTH="login:pwd"
|
FLOWER_BASIC_AUTH="login:pwd"
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
SENTRY_DSN=""
|
SENTRY_DSN=""
|
||||||
|
|
||||||
|
# production/stage
|
||||||
|
SENTRY_ENVIRONMENT=""
|
||||||
|
|
@ -251,6 +251,7 @@ if SENTRY_DSN:
|
||||||
# of sampled transactions.
|
# of sampled transactions.
|
||||||
# We recommend adjusting this value in production.
|
# We recommend adjusting this value in production.
|
||||||
profiles_sample_rate=1.0,
|
profiles_sample_rate=1.0,
|
||||||
|
environment=get_secret("SENTRY_ENVIRONMENT"),
|
||||||
)
|
)
|
||||||
|
|
||||||
# Celery
|
# Celery
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user