-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Is your feature request related to a problem? Please describe.
In developing React Native applications, ensuring comprehensive telemetry is crucial for monitoring and improving user experience. A significant challenge arises when users operate the app in offline scenarios, leading to potential loss of telemetry data due to the current library's lack of built-in offline support. This limitation hinders the ability to capture user interactions and issues that occur without an active internet connection.
Describe the solution you'd like
I propose the integration of an offline storage mechanism within the @microsoft/applicationinsights-react-native library.
Additional context
What will happen today with the current implementation when there is no connection ? Does it have a buffer ?