Do not track the screen view again when app comes to foreground #653
Labels
category:breaking_change
A breaking change will be introduced if this issue is completed.
status:completed
Completed - but might not be released yet.
Milestone
Currently, when screen view autotracking is enabled and the app goes to background and comes back to foreground, another screen view event is tracked.
This is not the expected behaviour. Moving an app to background and back to foreground does not change the current screen view and shouldn't cause a new event to be tracked (except for background and foreground events).
We should update the screen view autotracking feature not to track new screen view events when the app is moved to foreground.
The text was updated successfully, but these errors were encountered: