Skip to content

Commit 70e98a5

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

newrelic/api/message_trace.py

Lines changed: 1 addition & 1 deletion
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)