new_relic_tools v1.0.1 NewRelicTools.ModuleTracer View Source

Module that helps define tracing for all functions in a module. Do not use the NewRelic.Tracer in the same module if you are using this!!

if you want to trace only the public functions

use NewRelicTools.ModuleTracer, trace_private?: false

if you want to trace the private functions

use NewRelicTools.ModuleTracer, trace_private?: true