fix: add SENTRY_ENVIRONMENT variable (#38446)

Adds a tag to group Sentry events
This commit is contained in:
Oliver Eyton-Williams
2020-03-26 13:45:49 +01:00
committed by GitHub
parent c9084aea2c
commit c830951beb

View File

@ -52,3 +52,4 @@ DOCKER_HOST_LOCATION=localhost
GHOST_CLIENT_KEY=123abc
SENTRY_DSN=dsn_from_sentry_dashboard
SENTRY_ENVIRONMENT='staging'