Skip to content

Commit

Permalink
Add Ruby Rake performance instrumentation option
Browse files Browse the repository at this point in the history
This was added in PR
appsignal/appsignal-ruby#1156
  • Loading branch information
tombruijn committed Jul 4, 2024
1 parent e03053c commit 7acb6e7
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 @@ -388,6 +388,7 @@
/ file: false/,
/ enable_nginx_metrics: false/,
/ enable_rails_error_reporter: true/,
/ enable_rake_performance_instrumentation: false/,
/ enable_statsd: true/,
/ endpoint: #{quoted ENV.fetch("APPSIGNAL_PUSH_API_ENDPOINT", nil)}/,
/ Sources:/,
Expand Down Expand Up @@ -562,6 +563,7 @@
"enable_minutely_probes" => false,
"enable_nginx_metrics" => false,
"enable_rails_error_reporter" => true,
"enable_rake_performance_instrumentation" => false,
"enable_statsd" => true,
"endpoint" => ENV.fetch("APPSIGNAL_PUSH_API_ENDPOINT", nil),
"env" => "development",
Expand Down Expand Up @@ -747,6 +749,7 @@
"enable_minutely_probes" => true,
"enable_nginx_metrics" => false,
"enable_rails_error_reporter" => true,
"enable_rake_performance_instrumentation" => false,
"enable_statsd" => true,
"endpoint" => "https://push.appsignal.com",
"files_world_accessible" => true,
Expand Down

0 comments on commit 7acb6e7

Please sign in to comment.