class OpenTelemetry::Instrumentation::Rails::Instrumentation

The Instrumentation class contains logic to detect and install the Rails instrumentation

Constants

MINIMUM_VERSION

Private Instance Methods

gem_version() click to toggle source
# File lib/opentelemetry/instrumentation/rails/instrumentation.rb, line 26
def gem_version
  Gem.loaded_specs['actionpack'].version
end