ThundraTracer.get_instance()
operation_name
indicates the name of the span relevant to the traced block of code.opentracing.tracer
with a Thundra tracer instance:Traceable
from Thundra’s trace plugin, as shown below:@Traceable
decorator to trace your functions:@Traceable
decorator.trace_line_by_line
to True
.trace_local_variables
to True
when offline debugging is enabled.trace_lines_with_source
to True
when offline debugging is enabled.trace_args = True
in the @Traceable
decorator.trace_return_value = True
in the @Traceable
decorator.trace_error = True
in the @Traceable
decorator.