fix: add SENTRY_ENVIRONMENT variable (#38446)

Adds a tag to group Sentry events
pull/38450/head
Oliver Eyton-Williams 2020-03-26 13:45:49 +01:00 committed by GitHub
parent c9084aea2c
commit c830951beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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