getsentry / getsentry/sentry-java
Drop Error captured by sentry.native.android, as default behavior
Abierto
Android
Errors
Improvement
- Lenguaje dominante
- Kotlin
- Estrellas
- 1.4k
- Forks
- 478
- Merge medio
- 2 d 23 h
- PR fusionados (30 d)
- 67
Descripción
### 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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.