sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Drop Error captured by sentry.native.android, as default behavior

Open thinkocapo opened this issue 10 months ago • 8 comments

Problem Statement

Steps to Repro

  1. make an app with https://github.com/Unity-Technologies/uaal-example/blob/master/docs/android.md. https://docs.unity3d.com/Manual/UnityasaLibrary.html.
  2. sentry demo app made via... https://github.com/bitsandfoxes/uaal_wip
  3. 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

thinkocapo avatar Dec 16 '24 19:12 thinkocapo