Skip to content

Commit

Permalink
Add Ruby sidekiq_report_errors option
Browse files Browse the repository at this point in the history
Added to the Ruby gem for reporting errors on discard.

Part of appsignal/appsignal-ruby#1091
  • Loading branch information
tombruijn committed Jun 21, 2024
1 parent 247de5a commit 353efcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/diagnose_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@
/ send_environment_metadata: true/,
/ send_params: true/,
/ send_session_data: true/,
/ sidekiq_report_errors: "all"/,
/ transaction_debug_mode: false/,
"",
/Configuration modifiers/,
Expand Down Expand Up @@ -599,6 +600,7 @@
"send_environment_metadata" => true,
"send_params" => true,
"send_session_data" => true,
"sidekiq_report_errors" => "all",
"transaction_debug_mode" => false
}
when :elixir
Expand Down Expand Up @@ -779,6 +781,7 @@
],
"send_environment_metadata" => true,
"send_params" => true,
"sidekiq_report_errors" => "all",
"transaction_debug_mode" => false
},
"env" => {
Expand Down

0 comments on commit 353efcf

Please sign in to comment.