Features:
- Experimental: Add new
nativecrash handling backend as an alternative tocrashpad,breakpad, andinproc. This backend uses an out-of-process daemon that monitors the application for crashes, generates minidumps, and sends crash reports to Sentry. It supports Linux, macOS, and Windows, and is fully compatible with TSAN and ASAN sanitizers. This feature is experimental and under active development. (#1433) - Add
sentry_log()for plain-string log messages. (#1566) - Add
sentry_set_release()/sentry_set_environment()for updating release and environment after SDK init. (#1555)
Fixes: