github getsentry/sentry-native 0.13.7

15 hours ago

Features:

  • Add before_screenshot hook. (#1641)
  • Add error log for oversized envelopes (HTTP 413 Content Too Large). (#1647)

Fixes:

  • Reset client report counters during initialization (#1632)
  • macOS: cache VM regions for FP validation in the new unwinder. (#1634)
  • Linux: remove dependency on stdio in the unwinder pointer validation code to reduce exposure to async-signal-unsafe functions. (#1637)
  • macOS: replace sandbox-incompatible IPC primitives (sem_open, shm_open, fork) with sandbox-safe alternatives (pthread_mutex, file-backed mmap, posix_spawn) so the native backend works inside App Sandbox. (#1644)

Don't miss a new sentry-native release

NewReleases is sending notifications on new releases.