Skip to content

Commit 5f52e04

Browse files
authored
fix: Safe Execute on JVM (#2215)
1 parent a27bb31 commit 5f52e04

File tree

3 files changed

+208
-153
lines changed

3 files changed

+208
-153
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
### Fixes
1010

11+
- When targeting Android, the SDK no longer causes `SIGABORT` crashes due to `attempting to detach while still running code`. ([#2215](https://github.com/getsentry/sentry-unity/pull/2215))
1112
- The SDK no longer causes crashes with `EXCEPTION_ACCESS_VIOLATION_READ` when using the Mono scripting backend. The SDK now adds the active scene name to the context in IL2CPP builds only ([#2206](https://github.com/getsentry/sentry-unity/pull/2206))
1213

1314
### Dependencies

0 commit comments

Comments
 (0)