Skip to content

Commit

Permalink
Add at_exit Ruby config option
Browse files Browse the repository at this point in the history
Add new default config option for Ruby.

See appsignal/appsignal-ruby#1218
  • Loading branch information
tombruijn committed Jul 29, 2024
1 parent 43981f4 commit 5ebeab5
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 @@ -378,6 +378,7 @@
%r{ ca_file_path: ".+/appsignal[-/]ruby/resources/cacert.pem"},
" dns_servers: []",
/ enable_allocation_tracking: true/,
/ enable_at_exit_reporter: true/,
/ enable_gvl_global_timer: true/,
/ enable_gvl_waiting_threads: true/,
/ enable_host_metrics: true/,
Expand Down Expand Up @@ -553,6 +554,7 @@
"ca_file_path" => matching(%r{.+/appsignal[-/]ruby/resources/cacert\.pem$}),
"dns_servers" => [],
"enable_allocation_tracking" => true,
"enable_at_exit_reporter" => true,
"enable_gvl_global_timer" => true,
"enable_gvl_waiting_threads" => true,
"enable_host_metrics" => true,
Expand Down Expand Up @@ -735,6 +737,7 @@
"ca_file_path" => matching(%r{.+/appsignal[-/]ruby/resources/cacert\.pem$}),
"dns_servers" => [],
"enable_allocation_tracking" => true,
"enable_at_exit_reporter" => true,
"enable_gvl_global_timer" => true,
"enable_gvl_waiting_threads" => true,
"enable_host_metrics" => true,
Expand Down

0 comments on commit 5ebeab5

Please sign in to comment.