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