Class: BrightData::LiveTrace::Null Private
- Inherits:
-
Object
- Object
- BrightData::LiveTrace::Null
- Defined in:
- lib/brightdata/live_trace.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
No-op recorder used when tracing is disabled.
Instance Method Summary collapse
- #record_error(_error) ⇒ Object private
- #record_request ⇒ Object private
- #record_response ⇒ Object private
Instance Method Details
#record_error(_error) ⇒ 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.
38 |
# File 'lib/brightdata/live_trace.rb', line 38 def record_error(_error) = nil |
#record_request ⇒ 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.
34 |
# File 'lib/brightdata/live_trace.rb', line 34 def record_request = nil |
#record_response ⇒ 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.
36 |
# File 'lib/brightdata/live_trace.rb', line 36 def record_response(**) = nil |