Features:
- Add
before_screenshothook. (#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
stdioin 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-backedmmap,posix_spawn) so the native backend works inside App Sandbox. (#1644)