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
Fixed an issue where the SDK would write the SampleRate as an int instead of a float to the Android Manifest, causing issues during the Android SDK's initialization (#1872)
The SDK no longer calls into Application.persistentDataPath on unknown platforms. This prevents crashes during startup on platforms with restricted disk access like the Nintendo Switch (#1870)
sentry-native DLL is now statically linked against Windows CRT. This allows the SDK to provide native support on some Windows systems that do not have CRT installed locally (#1875)
Features
The SDK now also supports capturing native crashes via the WER handler on Windows (#1873)