fix: use ActiveSupport from top-level namespace by ryanharkins · Pull Request #1123 · open-telemetry/opentelemetry-ruby-contrib
Description Came across an error when ActiveRecord Instrumentation is being installed in a Rails app. Proposed change Use ::ActiveSupport to look for constant in the top-level namespace. Error: Ope...