getsentry / getsentry/sentry-java
Drop Error captured by sentry.native.android, as default behavior
Ouverte
Android
Errors
Improvement
- Langage dominant
- Kotlin
- Étoiles
- 1.4k
- Forks
- 478
- Merge moyen
- 2 j 23 h
- PR mergées (30 j)
- 67
Description
### 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
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.