Skip to content

Releases: getsentry/sentry-native

0.8.3

28 Mar 11:25
Compare
Choose a tag to compare

Features:

  • Add option to attach screenshots on Windows to fatal error events. (#1170, crashpad#123)
  • Add an option for Crashpad on Linux to delay application shutdown until the upload of the crash report in the crashpad_handler is complete. This is useful for deployment in Docker or systemd, where the life cycle of additional processes is bound by the application life cycle. (#1153, crashpad#121)
  • Expose traces_sample_rate option for synchronization with Android SDK. (#1176)

Thank you:

0.8.2

19 Mar 14:21
Compare
Choose a tag to compare

Fixes:

  • Provide a mutex-initializer on platforms that have no static pthread initializer for recursive mutexes. (#1113)

Features:

Thank you:

Nerixyz

0.8.1

28 Feb 10:22
Compare
Choose a tag to compare

Features:

  • Addded sentry_set_trace(). The primary use for this is to allow other SDKs to propagate their trace context. This allows Sentry to connect events on all layers. (#1137)

0.8.0

24 Feb 15:33
Compare
Choose a tag to compare

Breaking changes:

  • Return type of sentry_capture_minidump() and sentry_capture_minidump_n() changed from void to sentry_uuid_t to retrieve the event-id for a successful minidump upload. (#1138)

Features:

  • Ensure support for http_proxy and https_proxy environment variables across all transports. (#1111)

Fixes:

  • Ensure that sentry_capture_minidump() fails if the provided minidump path cannot be attached, instead of sending a crash event without minidump. (#1138)
  • Fix Xbox OS name being reported incorrectly. (#1148)

Thank you:

zsd4yr

0.7.20

31 Jan 09:42
Compare
Choose a tag to compare

Features:

  • Auto-detect the latest GDK and Windows SDK for the XBox build. (#1124)
  • Enable debug-option by default when running in a debug-build. (#1128)

Fixes:

  • Allow older toolchains with assemblers that don't support PAC-stripping instructions on aarch64 to compile crashpad. (#1125, crashpad#118)
  • Set default max_spans to 1000. (#1132)

0.7.19

20 Jan 13:41
Compare
Choose a tag to compare

Fixes:

0.7.18

14 Jan 16:28
Compare
Choose a tag to compare

Features:

0.7.17

18 Dec 10:31
Compare
Choose a tag to compare

Features:

  • [NDK] Expose option to set handler strategy. (#1099)
  • Add Linux distributions to the OS context. (#963)

Fixes:

  • Add metadata pointer check to prevent crashes when cleaning the crashpad database. (#1102, crashpad#115)

0.7.16

04 Dec 14:13
Compare
Choose a tag to compare

Features:

  • Add SOCKS5 proxy support for macOS and Linux. (#1063)
  • Extend performance API with explicit timings (#1093)

0.7.15

21 Nov 13:35
Compare
Choose a tag to compare

Fixes:

  • Fix DLL versioning for projects that add the Native SDK as a CMake subdirectory. (#1086)