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
Some of our users (especially on Android) have reported that their app becomes very slow the more they use it.
After investigation, we realized that these members blocked tracking on their device (for example with pihole), leading to Segment being blocked. In this case, Segment SDK would keep persisting more and more events over time, leading to a situation where every tracked events caused the app to try to store thousands of events, making the app super slow.
We've addressed it by providing our own custom persistor that drops excessive number of events, but we should not have had to do that.
Some of our users (especially on Android) have reported that their app becomes very slow the more they use it.
After investigation, we realized that these members blocked tracking on their device (for example with pihole), leading to Segment being blocked. In this case, Segment SDK would keep persisting more and more events over time, leading to a situation where every tracked events caused the app to try to store thousands of events, making the app super slow.
We've addressed it by providing our own custom persistor that drops excessive number of events, but we should not have had to do that.
analytics-react-native
version: 2.20.2Steps to reproduce
Expected behavior
Some kind of sane defaults, where excessive events are dropped if they cannot be uploaded
The text was updated successfully, but these errors were encountered: