Module: Skylight::Probes::Faraday::Instrumentation Private
- Defined in:
- lib/skylight/probes/faraday.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #builder ⇒ Object private
Instance Method Details
#builder ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
5 6 7 8 9 10 11 |
# File 'lib/skylight/probes/faraday.rb', line 5 def builder unless defined?(@__sk__setup) @__sk__setup = true @builder.insert 0, ::Faraday::Request::Instrumentation end @builder end |