You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking of telemetry appears to be lost if TRACK POST is performed while network is down.
Reproduction Steps: With Network On
Perform a trackEvent
Wait for TRACK POST
Perform a trackEvent Turn off Network
Wait for TRACK POST
Turn on network
Perform a trackEvent
Wait for TRACK POST
In Insights, only trackEvent 1 and 3 are captured.
Is it possible to use navigator.online to decide whether or not to perform TRACK POST?
The text was updated successfully, but these errors were encountered:
Would it be easier to do this on the app-side?
Are you talking about storing things in an Collection if it's offline and sending the event when it comes back on?
Correct. Telemetry collected before a disconnect and during a disconnect IF the attempt is made to TRACK, is lost. Telemetry collected during a disconnect but reconnects before the TRACK is fine.
Tracking of telemetry appears to be lost if TRACK POST is performed while network is down.
Reproduction Steps:
With Network On
Perform a trackEvent
Wait for TRACK POST
Perform a trackEvent
Turn off Network
Wait for TRACK POST
Turn on network
Perform a trackEvent
Wait for TRACK POST
In Insights, only trackEvent 1 and 3 are captured.
Is it possible to use navigator.online to decide whether or not to perform TRACK POST?
The text was updated successfully, but these errors were encountered: