Method: Datadog::DI::Probe#instrumented_path
- Defined in:
- lib/datadog/di/probe.rb
#instrumented_path ⇒ 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.
Actual path to the file instrumented by the probe, for line probes, when code tracking is available and line trace point is targeted. For untargeted line trace points instrumented path will be nil.
180 181 182 |
# File 'lib/datadog/di/probe.rb', line 180 def instrumented_path @instrumented_path end |