mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
Fix sync error when security missing
This commit is contained in:
parent
c3248cd796
commit
d592495be5
3 changed files with 10 additions and 6 deletions
|
@ -1,8 +1,9 @@
|
|||
if ENV["SENTRY_DSN"].present?
|
||||
Sentry.init do |config|
|
||||
config.dsn = ENV["SENTRY_DSN"]
|
||||
config.environment = ENV["RAILS_ENV"]
|
||||
config.breadcrumbs_logger = [ :active_support_logger, :http_logger ]
|
||||
config.enabled_environments = %w[production]
|
||||
config.enabled_environments = %w[development production]
|
||||
|
||||
# Set traces_sample_rate to 1.0 to capture 100%
|
||||
# of transactions for performance monitoring.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue