From f4d7ac67f4a537ff321efb0ae2ee189f9b6784e3 Mon Sep 17 00:00:00 2001 From: Tom de Bruijn Date: Tue, 15 Nov 2022 11:27:44 +0100 Subject: [PATCH] Add Ruby instrument_http_rb config option In PR https://github.com/appsignal/appsignal-ruby/pull/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 https://github.com/appsignal/appsignal-ruby/pull/889 --- spec/diagnose_spec.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spec/diagnose_spec.rb b/spec/diagnose_spec.rb index 91acc9a..e48d281 100644 --- a/spec/diagnose_spec.rb +++ b/spec/diagnose_spec.rb @@ -343,6 +343,7 @@ / ignore_actions: \[\]/, / ignore_errors: \[\]/, / ignore_namespaces: \[\]/, + / instrument_http_rb: true/, / instrument_net_http: true/, / instrument_redis: true/, / instrument_sequel: true/, @@ -458,6 +459,7 @@ "ignore_actions" => [], "ignore_errors" => [], "ignore_namespaces" => [], + "instrument_http_rb" => true, "instrument_net_http" => true, "instrument_redis" => true, "instrument_sequel" => true, @@ -586,6 +588,7 @@ "ignore_actions" => [], "ignore_errors" => [], "ignore_namespaces" => [], + "instrument_http_rb" => true, "instrument_net_http" => true, "instrument_redis" => true, "instrument_sequel" => true,