We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a6914 commit 546e356Copy full SHA for 546e356
instrumentation/active_record/lib/opentelemetry/instrumentation/active_record/instrumentation.rb
@@ -12,7 +12,7 @@ class Instrumentation < OpenTelemetry::Instrumentation::Base
12
MINIMUM_VERSION = Gem::Version.new('7')
13
14
install do |config|
15
- require_dependencies(config)
+ require_dependencies
16
patch_activerecord
17
subscribe_to_notifications if config[:enable_notifications_instrumentation]
18
end
0 commit comments