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

Replay does not resume after returning from background (missing app state crumbs) #4302

Open
krystofwoldrich opened this issue Aug 26, 2024 · 3 comments

Comments

@krystofwoldrich
Copy link
Member

krystofwoldrich commented Aug 26, 2024

https://sentry-sdks.sentry.io/replays/c8171926005a4b38841400f84a697812
https://sentry-sdks.sentry.io/replays/d5b3927c103e4873b373b97d5f3b49ba

When the RN sample app is pushed to background/under lock screen the replay is paused but not resumed.

Most of the times the app state breadcrumbs are missing (seems like a race condition).

When the app return to foreground a new replay is started.

@krystofwoldrich krystofwoldrich changed the title Replay does not resume after returning from background Replay does not resume after returning from background (missing app state crumbs) Aug 26, 2024
@brustolin
Copy link
Contributor

@krystofwoldrich, what is the sessionTrackingIntervalMillis value that you're using in the samples?

The replay is meant to start a new session after some time in the background.

@krystofwoldrich
Copy link
Member Author

Thank you, I've not realized that, I'll double check.

@brustolin
Copy link
Contributor

@krystofwoldrich any progress on this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs Investigation
Development

No branches or pull requests

2 participants