Sentry should send environment information
This commit is contained in:
parent
697eefc7a0
commit
b9be186d2c
6 changed files with 16 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue