You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
**Fixes**:
6
6
7
+
- inproc: only the handling thread cleans up after the crash. ([#1579](https://github.com/getsentry/sentry-native/pull/1579))
7
8
- Fix `CHAIN_AT_START` handler strategy crashing on Android when the chained Mono handler resets the signal handler and re-raises. ([#1572](https://github.com/getsentry/sentry-native/pull/1572))
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,8 @@ The SDK currently supports and is tested on the following OS/Compiler variations
66
66
- x64 Linux with GCC 9
67
67
- x64/arm64 Linux with clang 19
68
68
- x86 Linux with GCC 9 (cross compiled from x64 host)
69
-
- x86 Windows with MSVC 2019
70
-
- x64 Windows with MSVC 2022
71
-
- macOS 13, 14, 15 with respective most recent Apple compiler toolchain and LLVM clang 15 + 18
69
+
- x86, x64 and arm64 Windows with MSVC 2022
70
+
- macOS 13, 14, 15, 26 with respective most recent Apple compiler toolchain and LLVM clang 15 + 18
72
71
- Android API35 built by NDK27 toolchain
73
72
- Android API16 built by NDK19 toolchain
74
73
- PlayStation via [sentry-playstation](https://github.com/getsentry/sentry-playstation). See [PlayStation documentation](https://docs.sentry.io/platforms/playstation/) to get access.
0 commit comments