getsentry / getsentry/sentry-java
Drop Error captured by sentry.native.android, as default behavior
Đang mở
Android
Errors
Improvement
- Ngôn ngữ chính
- Kotlin
- Star
- 1.4k
- Fork
- 478
- Merge trung bình
- 2 ngày 23 giờ
- Pull request đã merge (30 ngày)
- 67
Mô tả
### 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
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.