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
After upgrading to 8.6.0 version of Firebase performance, an issue occurs where the events get lost on the console after a couple of days.
Reason
Firebase Performance received events and processes them at realtime. But the events processed at realtime are available only for 2 days. A separate batch process happens regularly to make sure the events are aggregated regularly. Firebase Performance UI shows data from both realtime processing and batch processing.
Events that were sent on version 8.6.0 (iOS) had an issue where the events were dropped off in the batch processing, but realtime accepts those events. So, the UI would lose data after 2 days since batch processing drops those events off.
This does not affect any SDK versions except for 8.6.0.
The text was updated successfully, but these errors were encountered:
After upgrading to 8.6.0 version of Firebase performance, an issue occurs where the events get lost on the console after a couple of days.
Reason
Firebase Performance received events and processes them at realtime. But the events processed at realtime are available only for 2 days. A separate batch process happens regularly to make sure the events are aggregated regularly. Firebase Performance UI shows data from both realtime processing and batch processing.
Events that were sent on version 8.6.0 (iOS) had an issue where the events were dropped off in the batch processing, but realtime accepts those events. So, the UI would lose data after 2 days since batch processing drops those events off.
This does not affect any SDK versions except for 8.6.0.
The text was updated successfully, but these errors were encountered: