- Add an option to enable the system crash reporter
- Fix compilation warnings
- Stack unwinding on Android
- Fix UUID generation on Android
- Fix concurrently captured events leaking data in some cases
- Fix crashes when the database path contains both slashes and backslashes
- More robust error handling when creating the database folder
- Fix wrong initialization of CA info for the curl backend
- Disable the system crash handler on macOS for faster crashes
- Fix SafeSEH builds on Win32
- Fix a potential error when shutting down after unloading libsentry on macOS
- Update Crashpad
- Fix compilation on Windows with VS 2019
- Fix a bug in the JSON serializer causing invalid escapes
- Fix a bug in the Crashpad backend causing invalid events
- Reduce data event data sent along with minidumps
- Experimental support for Android NDK
- Support for capturing messages
- Add an API to capture arbitrary contexts (
sentry_set_context
) - Fix scope information being lost in some cases
- Experimental on-device unwinding support
- Experimental on-device symbolication support
- Breakpad builds on all platforms
- Add builds for Windows (x86)
- Add builds for Linux
- Fix debug information generation on macOS
- Crashpad builds on macOS
- Crashpad builds on Windows (x64)
Initial Release