Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

[IP-394] Send telemetry signals instantly

  • Loading branch information
mahmoud-adam85 committed Apr 4, 2019
1 parent 35ccdf0 commit 2a404dfce495d76438f0201340d58aa5e35566f9
Showing with 1 addition and 1 deletion.
  1. +1 −1 Cliqz/Telemetry/LegacyTelemetryHelper.swift
@@ -65,7 +65,7 @@ class LegacyTelemetryHelper: NSObject {
private class func sendSignal(_ signal: [String: Any]) {
#if PAID
DispatchQueue.global(qos: .utility).async {
Engine.sharedInstance.getBridge().callAction("core:sendTelemetry", args: [signal])
Engine.sharedInstance.getBridge().callAction("core:sendTelemetry", args: [signal, true])
}
#endif
}

0 comments on commit 2a404df

Please sign in to comment.