Skip to content

Commit

Permalink
Add Ruby instrument_http_rb config option
Browse files Browse the repository at this point in the history
In PR appsignal/appsignal-ruby#889 the
`instrument_http_rb` config option was added. Add it to the diagnose
specs so that the build passes for the Ruby gem.

Part of appsignal/appsignal-ruby#889
  • Loading branch information
tombruijn committed Nov 15, 2022
1 parent 3711047 commit f4d7ac6
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 @@ -343,6 +343,7 @@
/ ignore_actions: \[\]/,
/ ignore_errors: \[\]/,
/ ignore_namespaces: \[\]/,
/ instrument_http_rb: true/,
/ instrument_net_http: true/,
/ instrument_redis: true/,
/ instrument_sequel: true/,
Expand Down Expand Up @@ -458,6 +459,7 @@
"ignore_actions" => [],
"ignore_errors" => [],
"ignore_namespaces" => [],
"instrument_http_rb" => true,
"instrument_net_http" => true,
"instrument_redis" => true,
"instrument_sequel" => true,
Expand Down Expand Up @@ -586,6 +588,7 @@
"ignore_actions" => [],
"ignore_errors" => [],
"ignore_namespaces" => [],
"instrument_http_rb" => true,
"instrument_net_http" => true,
"instrument_redis" => true,
"instrument_sequel" => true,
Expand Down

0 comments on commit f4d7ac6

Please sign in to comment.