Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not track the screen view again when app comes to foreground #653

Closed
matus-tomlein opened this issue Dec 8, 2023 · 0 comments
Closed
Assignees
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

Comments

@matus-tomlein
Copy link
Contributor

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.

@matus-tomlein matus-tomlein self-assigned this Dec 8, 2023
@matus-tomlein matus-tomlein added this to the 6.0.0 milestone Dec 8, 2023
@matus-tomlein matus-tomlein added the category:breaking_change A breaking change will be introduced if this issue is completed. label Dec 8, 2023
@matus-tomlein matus-tomlein changed the title Do not track the screen view again when app comes back from background Do not track the screen view again when app comes to foreground Dec 8, 2023
@mscwilson mscwilson added the status:completed Completed - but might not be released yet. label Jan 26, 2024
@mscwilson mscwilson mentioned this issue Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:breaking_change A breaking change will be introduced if this issue is completed. status:completed Completed - but might not be released yet.
Projects
None yet
Development

No branches or pull requests

2 participants