wif70068
wif70068
@jkasten2 We directly upgraded from SDK 3 to 5. On 3 the same test device would weirdly have the same issue every time - but only on debug builds -...
@jkasten2 it actually does seem to resolve the issue. No event in 20 tries.
Sentry and UXCam don't work together on Cordova right now. I suppose it's because Sentry Cordova is still missing https://github.com/getsentry/sentry-java/pull/2625 from Sentry Android 6.17.0. It's the exact same error which...
@jkasten2 Thanks, I will try it out as soon as it is available in the Cordova SDK.
No problems with “Display pop-up windows while running in the background” disabled. Thanks!
This issue actually occurs every time the app restarts using window.location.reload(), which currently happens when the user logs out. Other events, such as foregroundWillDisplay, also don't trigger
adding ``` case "destroy": result = true; this.hasAddedNotificationClickListener = false; onDestroy(); break; ``` to the execute function and then calling it before location.reload() seems to resolve the issue