Skip to content

Commit

Permalink
di reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Aug 12, 2024
1 parent 9b0bba7 commit 1fcf2d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/datadog/di/probe_notifier_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def maybe_send_statuses
rescue Error::AgentCommunicationError => exc
raise if settings.internal_dynamic_instrumentation.propagate_all_exceptions
# TODO
puts "failed to send probe statuses"
puts "failed to send probe statuses: #{exc.class}: #{exc}"
end
end
statuses.any?
Expand All @@ -91,7 +91,7 @@ def maybe_send_snapshots
rescue Error::AgentCommunicationError => exc
raise if settings.internal_dynamic_instrumentation.propagate_all_exceptions
# TODO
puts "failed to send probe snapshots"
puts "failed to send probe snapshots: #{exc.class}: #{exc}"
end
end
snapshots.any?
Expand Down

0 comments on commit 1fcf2d6

Please sign in to comment.