getsentry / sentry-unity

Development of Sentry SDK for Unity
https://docs.sentry.io/platforms/unity/
MIT License
192 stars 50 forks source link

fix: Android 5 attachment issues #1652

Closed bitsandfoxes closed 1 week ago

bitsandfoxes commented 2 weeks ago

Fixes https://github.com/getsentry/sentry-unity/issues/1591

It looks like for older Android versions we have to make sure to manually detach from the JVM to not end up blowing up.