Skip to content

Commit

Permalink
Merge pull request #262 from fablabbcn/qol/enable-sentry-breadcrumbs
Browse files Browse the repository at this point in the history
Enable sentry breadcrumbs
  • Loading branch information
oscgonfer authored Oct 10, 2023
2 parents e15ba90 + fc688cc commit 423f695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/initializers/sentry.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Sentry.init do |config|
config.dsn = ENV['RAVEN_DSN_URL']
config.breadcrumbs_logger = [:active_support_logger, :http_logger]
end

0 comments on commit 423f695

Please sign in to comment.