cpp_client_telemetry
cpp_client_telemetry copied to clipboard
mini sdk SKU: allow to more aggressively send events
Update FlushAndTeardown, or add a new function, that tries more aggressively to flush telemetry, since there’s no offline storage in "compact" mini SDK SKU flavor. This item is potentially related to #6 which is also asking for guidance on how to get certain events be "immediately" uploaded.
Another possible avenue here is to explore an enhancement that'd utilize OS implementation of Win 10 winsqlite3.dll .. That way we could have enabled the offline storage for transient installer / updater processes and maintained the same small size without sacrificing offline storage feature.
Best option here is to bind to OS-provided winsqlite3.dll for storage. That way persistent storage can be implemented without adding extra bloat to SDK size.
There are currently no resources assigned to tackle this issue in October due to other higher priorities. Removing milestone.
This has not been a blocker for Omaha release. Closing this as "Won't Fix". Please discuss with our PM if we need to reopen this.
I'd like to keep this open, tracking a potential improvement, but I agree this isn't currently considered high priority