Skip to content

Commit

Permalink
Fix params not getting passed bug (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmstepanek committed Aug 8, 2024
1 parent 2909603 commit 70e98a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newrelic/api/message_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def _nr_message_trace_wrapper_(wrapped, instance, args, kwargs):
_operation,
_destination_type,
_destination_name,
params={},
params=params,
terminal=terminal,
parent=parent,
source=wrapped,
Expand Down

0 comments on commit 70e98a5

Please sign in to comment.