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
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: