Skip to content

Commit f89d963

Browse files
fix sentry deployment issue
1 parent 2538eaa commit f89d963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/initializers/sentry.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
config.dsn = ENV["SENTRY_DSN"]
66
config.release = "events:" + Events::Application::VERSION
77
# config.logger = Rails.application.config.lograge.logger
8+
config.breadcrumbs_logger = [:active_support_logger, :http_logger]
89
config.send_default_pii = true
910

1011
filter = ActiveSupport::ParameterFilter.new(Rails.application.config.filter_parameters)

0 commit comments

Comments
 (0)