Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IOPID-2598] Tracking offline event (#6606)
## Short description This PR adds the tracking of the `INGRESS_NO_INTERNET_CONNECTION` event, logged when the user opens the app with the internet connection disabled. ## List of changes proposed in this pull request - Added and implemented the `INGRESS_NO_INTERNET_CONNECTION` event - Added the `event_category: KO` to the already existing `INGRESS_SERVICES_SLOW_DOWN`, `INGRESS_TIMEOUT` and `INGRESS_CDN_SYSTEM_ERROR` events ## Demo |iOS|Android| |---|--------| |<video src="https://github.com/user-attachments/assets/91aa2f0f-4366-4238-9643-95b44a6189ec"></video>|<video src="https://github.com/user-attachments/assets/71a074ec-b219-4655-bf98-0f588395acee"></video>| ## How to test Start the app ensuring that the internet connection is disabled (as shown in the demo). Once the blocking screen appears, close the app, re-enable the internet connection, and reopen the app. >[!Note] >In this demos, I'm using [Proxyman](https://proxyman.io/) to monitor internet traffic, but any tool of your choice can be used.
- Loading branch information