Skip to content

Commit

Permalink
Merge pull request #124 from appsignal/at_exit-option
Browse files Browse the repository at this point in the history
Add at_exit Ruby config option
  • Loading branch information
tombruijn authored Aug 5, 2024
2 parents 59503c3 + 5ebeab5 commit e012462
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 @@ -550,6 +551,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 @@ -732,6 +734,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 e012462

Please sign in to comment.