lib/contrast/agent/static_analysis.rb in contrast-agent-6.0.0 vs lib/contrast/agent/static_analysis.rb in contrast-agent-6.1.0
- old
+ new
@@ -38,10 +38,10 @@
# This is being reported separately because we extract the data from the same message
inventory_report = Contrast::Agent::Reporting::ApplicationInventory.convert(app_update_msg)
Contrast::Agent.reporter.send_event(inventory_report)
else
- Contrast::Agent.messaging_queue.send_event_eventually(app_update_msg)
+ Contrast::Agent.messaging_queue.send_event_eventually(app_update_msg, force: true)
end
end
private