Sentry should send environment information

This commit is contained in:
Paul Chavard 2019-04-03 12:13:34 +02:00
parent 697eefc7a0
commit b9be186d2c
6 changed files with 16 additions and 19 deletions

View file

@ -60,6 +60,7 @@ defaults: &defaults
sentry:
enabled: <%= ENV['SENTRY_ENABLED'] == 'enabled' %>
client_key: <%= ENV['SENTRY_DSN_JS'] %>
environment: <%= ENV['SENTRY_CURRENT_ENV'] %>
development:
<<: *defaults