Skip to content

Commit

Permalink
standard
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Oct 17, 2024
1 parent 893f4df commit 6f847de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/datadog/di/probe_notification_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,14 @@ def build_snapshot(probe, rv: nil, snapshot: nil,
if probe.method?
{
entry: {
# standard:disable all
arguments: if serialized_entry_args
serialized_entry_args
else
(args || kwargs) && serializer.serialize_args(args, kwargs)
end,
throwable: nil,
# standard:enable all
},
return: {
arguments: {
Expand Down

0 comments on commit 6f847de

Please sign in to comment.