Features:
- The
sentry_attach_file/bytes,sentry_scope_attach_file/bytes(and their wide-string variants), andsentry_remove_attachmenthave been added to modify the list of attachments that are sent along with sentry events after a call tosentry_init. (#1266, #1275)- NOTE: When using the
crashpadbackend on macOS, the list of attachments that will be added at the time of a hard crash will be frozen at the time ofsentry_init, and later modifications will not be reflected.
- NOTE: When using the
- Add
sentry_attachment_set_content_typeto allow specifying the content type of attachments. (#1276) - Add
sentry_attachment_set_filenameto allow specifying the filename of attachments displayed in the Sentry WebUI. (#1285)
Meta:
- Identify Xbox as a separate SDK name
sentry.native.xbox. (#1287)
Internal:
- Updated
breakpadto 2025-06-13. (#1277, breakpad#41)