mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 04:06:04 +01:00
Initialize Sentry regardless of APP_CONFIG[:sentry_dsn]
being set or not
This commit is contained in:
parent
dcc781df3d
commit
66638caedf
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
return unless APP_CONFIG[:sentry_dsn]
|
||||
|
||||
Sentry.init do |config|
|
||||
config.dsn = APP_CONFIG[:sentry_dsn]
|
||||
config.breadcrumbs_logger = [:active_support_logger, :http_logger]
|
||||
|
|
Loading…
Reference in a new issue