Class: OneApm::Probe::Frameworks::External

Inherits:
Ruby show all
Defined in:
lib/one_apm/frameworks/external.rb

Instance Attribute Summary

Attributes included from InstanceMethods

#env, #local_env

Instance Method Summary collapse

Methods inherited from Ruby

#env, #root

Methods included from OneApm::Probe::FrameworkLoader

#init, #instance, #load_framework_class, #load_test_framework, #local_env, #new_instance, #oneapm_root, #reset

Methods included from InstanceMethods

#app, #configure_agent, #dispatcher, #framework, #init_plugin, #oneapm_root, #settings, #start_agent

Methods included from Instrumentation

#add_instrumentation, #detect_dependencies, #install_instrumentation, #install_shim, #load_instrumentation_files, #require_instrumentation

Instance Method Details

#init_config(options = {}) ⇒ Object



10
11
12
# File 'lib/one_apm/frameworks/external.rb', line 10

def init_config(options={})
  super
end