Skip to content

Commit 5319afc

Browse files
p-datadogp
andauthored
DEBUG-3472 send snapshot and status events together (#4360)
Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent 971040f commit 5319afc

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)