Open bitsandfoxes opened 1 year ago
We made some changes to the ANR detection https://github.com/getsentry/sentry-unity/pull/1484 We need to check how that affects WebGL builds and if this is still applicable. Can we detect tab switches and pause the session thought that?
For sessions, we're already tracking the focus of the app. Especially for WebGL (being single-threaded) would benefit significantly from pausing the ANR detection when focus is lost/application is paused.