We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214d784 commit e0bc911Copy full SHA for e0bc911
config/initializers/sentry.rb
@@ -1,8 +1,8 @@
1
# frozen_string_literal: true
2
3
Sentry.init do |config|
4
- config.breadcrumbs_logger = %i(active_support_logger http_logger)
5
- config.capture_exception_frame_locals = true
6
- config.release = Rails.configuration.revision
7
- config.send_default_pii = true
+ config.breadcrumbs_logger = %i(active_support_logger http_logger)
+ config.include_local_variables = true
+ config.release = Rails.configuration.revision
+ config.send_default_pii = true
8
end
0 commit comments