Skip to content

Commit 70e98a5

Browse files
authored
Fix params not getting passed bug (#1193)
1 parent 2909603 commit 70e98a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newrelic/api/message_trace.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def _nr_message_trace_wrapper_(wrapped, instance, args, kwargs):
140140
_operation,
141141
_destination_type,
142142
_destination_name,
143-
params={},
143+
params=params,
144144
terminal=terminal,
145145
parent=parent,
146146
source=wrapped,

0 commit comments

Comments
 (0)