Skip to content

Commit 546e356

Browse files
committed
squash: bad move
1 parent 68a6914 commit 546e356

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/active_record/lib/opentelemetry/instrumentation/active_record

1 file changed

+1
-1
lines changed

instrumentation/active_record/lib/opentelemetry/instrumentation/active_record/instrumentation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Instrumentation < OpenTelemetry::Instrumentation::Base
1212
MINIMUM_VERSION = Gem::Version.new('7')
1313

1414
install do |config|
15-
require_dependencies(config)
15+
require_dependencies
1616
patch_activerecord
1717
subscribe_to_notifications if config[:enable_notifications_instrumentation]
1818
end

0 commit comments

Comments
 (0)