Module: HTTPX::Plugins::Sentry::RequestMethods
- Defined in:
- lib/httpx/adapters/sentry.rb
Instance Method Summary collapse
Instance Method Details
#__sentry_enable_trace! ⇒ Object
98 99 100 101 102 103 |
# File 'lib/httpx/adapters/sentry.rb', line 98 def __sentry_enable_trace! return if @__sentry_enable_trace Tracer.call(self) @__sentry_enable_trace = true end |