Skip to content

Commit

Permalink
Enable sentry breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Oct 5, 2023
1 parent e15ba90 commit fc688cc
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 fc688cc

Please sign in to comment.