fix: sentry init is using the wrong environment (#4940)
In the previous PR #4912 it seems that I forgot to pass the environment on the backend. Here is a quick fix! I also added some "doc" in the the .env.example
This commit is contained in:
@ -39,7 +39,10 @@ SIGN_IN_PREFILLED=true
|
||||
# LOGGER_DRIVER=console
|
||||
# LOGGER_IS_BUFFER_ENABLED=true
|
||||
# EXCEPTION_HANDLER_DRIVER=sentry
|
||||
# SENTRY_ENVIRONMENT=main
|
||||
# SENTRY_RELEASE=latest
|
||||
# SENTRY_DSN=https://xxx@xxx.ingest.sentry.io/xxx
|
||||
# SENTRY_FRONT_DSN=https://xxx@xxx.ingest.sentry.io/xxx
|
||||
# LOG_LEVELS=error,warn
|
||||
# MESSAGE_QUEUE_TYPE=pg-boss
|
||||
# REDIS_HOST=127.0.0.1
|
||||
|
||||
Reference in New Issue
Block a user