Features
- Android: Expose app-hang detection through the NDK bindings via
NdkOptions.setEnableAppHangTracking()andNdkOptions.setAppHangTimeoutMillis(). (#1823) - Windows: add wide-char versions of
sentry_capture_minidumpandsentry_capture_minidump_n. (#1827) - Add
sentry_update_contextto allow updating already set context objects with new key-value pairs, as well as new values for existing keys. (#1835)
Fixes: