github getsentry/sentry-native 0.16.2

5 hours ago

Features:

  • Add sentry_scope_remove_fingerprint to remove a fingerprint set on a scope, matching the global sentry_remove_fingerprint. (#1932)
  • Add sentry_options_set_before_send_feedback to filter or enrich user feedback. Feedback does not go through before_send. (#1923)
  • Unix: Add SENTRY_LINK_CURL to control whether the curl transport links libcurl directly, loads it dynamically at runtime, or uses the default behavior. (#1954)

Fixes:

  • Name sentry-logs and sentry-metrics telemetry batcher threads so they can be identified in debuggers, profilers, and crash reports. (#1937)
  • Linux: close descriptor 0 on failed module file mapping when that descriptor was returned by open, avoiding a file descriptor leak. (#1924)
  • sentry_attachment_set_filename, sentry_attachment_set_type, and sentry_attachment_set_content_type now flush the scope, so changes applied after sentry_attach_file/sentry_attach_bytes also apply to hard-crash events instead of only to normal events. (#1934)
  • Crashpad: fix a crash when calling sentry_init before C++ dynamic initializers have run. (#1930, mini_chromium#8)
  • Reduce the size of native-generated minidumps on Windows (#1929)

Don't miss a new sentry-native release

NewReleases is sending notifications on new releases.