Skip to content

chore(deps): update Native SDK to v0.16.3 - #2814

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/modules/sentry-native/0.16.3
Open

chore(deps): update Native SDK to v0.16.3#2814
github-actions[bot] wants to merge 1 commit into
mainfrom
deps/modules/sentry-native/0.16.3

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Bumps modules/sentry-native from 0.16.2 to 0.16.3.

Auto-generated by a dependency updater.

Changelog

0.16.3

Features:

Fixes:

  • Remove the serializing envelope into buffer debug log that could flood logs on every scope flush when an external crash reporter is configured. (#1988)
  • Crashpad: avoid allocating while handling a crash. The backend built the attachment base::FilePath inside the crash handler; if the crash corrupted the heap (e.g. via an overridden operator new) that allocation faults again and the report is lost. The paths are now cached at startup. (#1984)
  • Crashpad: prevent external crash reporters from bypassing revoked user consent. (#1972, crashpad#168)
  • Native/Linux: improve startup time by avoiding zeroing a large shmem module array during crash context initialization. (#1966)
  • Preserve embedded NUL bytes in strings created with sentry_value_new_string_n during JSON and MessagePack serialization. sentry_value_get_length now returns the full byte length, which can exceed strlen(sentry_value_as_string(value)). (#1968)

@bruno-garcia
bruno-garcia force-pushed the deps/modules/sentry-native/0.16.3 branch from 386f602 to 9a2ec97 Compare August 14, 2026 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant