sentry-java
sentry-java copied to clipboard
Drop Error captured by sentry.native.android, as default behavior
Problem Statement
Steps to Repro
- make an app with https://github.com/Unity-Technologies/uaal-example/blob/master/docs/android.md. https://docs.unity3d.com/Manual/UnityasaLibrary.html.
- sentry demo app made via... https://github.com/bitsandfoxes/uaal_wip
- error when user leaves the Unity game
override fun onDestroy(owner: LifecycleOwner) {
unityPlayer.quit()
super.onDestroy(owner)
}
Solution Brainstorm
sdk no capture this as an error