File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ transaction_tracer.explain_threshold = 0.5
154
154
# Space separated list of function or method names in form
155
155
# 'module:function' or 'module:class.function' for which
156
156
# additional function timing instrumentation will be added.
157
- transaction_tracer.function_trace = jormungandr.instance:Instance._send_and_receive flask_restful:marshal navitiacommon.response_pb2:Response.ParseFromString jormungandr.scenarios.new_default:Scenario.call_kraken jormungandr.scenarios.default:Scenario.call_kraken
157
+ transaction_tracer.function_trace = jormungandr.instance:Instance.send_and_receive flask_restful:marshal navitiacommon.response_pb2:Response.ParseFromString jormungandr.scenarios.new_default:Scenario.call_kraken jormungandr.scenarios.default:Scenario.call_kraken
158
158
159
159
# The error collector captures information about uncaught
160
160
# exceptions or logged exceptions and sends them to UI for
You can’t perform that action at this time.
0 commit comments