0.11.0
Breaking changes:
- Add
user_dataparameter totraces_sampler. (#1346)
Fixes:
- Include
stddef.hexplicitly incrashpadsince futurelibc++revisions will stop providing this include transitively. (#1375, crashpad#132) - Fall back on
JWASMin the MinGWcrashpadbuild only if noCMAKE_ASM_MASM_COMPILERhas been defined. (#1375, crashpad#133) - Prevent
crashpadfrom leaking Objective-C ARC compile options into any parent target linkage. (#1375, crashpad#134) - Fixed a TOCTOU race between session init/shutdown and event capture. (#1377)
- Make the Windows resource generation aware of config-specific output paths for multi-config generators. (#1383)
- Remove the
ASMlanguage from the top-level CMake project, as this triggered CMake policyCMP194which isn't applicable to the top-level. (#1384)
Features:
- Add a configuration to disable logging after a crash has been detected -
sentry_options_set_logger_enabled_when_crashed(). (#1371)
Internal:
- Support downstream Xbox SDK specifying networking initialization mechanism. (#1359)
- Added
crashpadsupport infrastructure for the external crash reporter feature. (#1375, crashpad#131)
Docs:
- Document the CMake 4 requirement on macOS
SDKROOTdue to its empty default forCMAKE_OSX_SYSROOTin theREADME. (#1368)
Thank you: