Skip to content

Commit 9eacbba

Browse files
committed
DEBUG-3472 send snapshot and status events together
1 parent fba70fd commit 9eacbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/datadog/di/probe_notifier_worker.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def set_sleep_remaining
263263

264264
def maybe_send
265265
rv = maybe_send_status
266-
rv || maybe_send_snapshot
266+
maybe_send_snapshot || rv
267267
end
268268
end
269269
end

0 commit comments

Comments
 (0)