Skip to content

Commit a75b427

Browse files
authored
Merge pull request #3918 from hove-io/fix_function_trace
NR: fix send_and_receive
2 parents 6bddea4 + 0bb4fff commit a75b427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/jormungandr/newrelic.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ transaction_tracer.explain_threshold = 0.5
154154
# Space separated list of function or method names in form
155155
# 'module:function' or 'module:class.function' for which
156156
# 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
158158

159159
# The error collector captures information about uncaught
160160
# exceptions or logged exceptions and sends them to UI for

0 commit comments

Comments
 (0)