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
When I tested with posthog on an offline machine, the api kept retrying to send an event instead of getting the connection status and stop from retrying, it also outputted the exception to the client. What eventually I did was writing a function to detect the status of the network and skip the api call if it's offline.
The text was updated successfully, but these errors were encountered:
When I tested with posthog on an offline machine, the api kept retrying to send an event instead of getting the connection status and stop from retrying, it also outputted the exception to the client. What eventually I did was writing a function to detect the status of the network and skip the api call if it's offline.
The text was updated successfully, but these errors were encountered: