chore(deps): update Native SDK to v0.12.0#37
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update Native SDK to v0.12.0#37github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
889b7a5 to
05c058a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps scripts/update-sentry-native-ndk.sh from 0.8.4 to 0.12.0.
Auto-generated by a dependency updater.
Changelog
0.12.0
Breaking changes:
sentry_options_set_database_path()) on Windows rather than one of the wide string variants (sentry_options_set_database_pathw()), then the expected encoding is now UTF-8. (#1413)Features:
crashpadon Windows. This is useful for targets like Proton/Wine, where one can't rely on the TEB-derived upper bound being correctly maintained by the system, leading to overly large stack captures per thread. (#1427, crashpad#137)Fixes:
crashpadbackend. (#1404)Internal:
SENTRY_SDK_VERSIONCMake cache variable to allow downstream SDKs to override the SDK version at configuration time. (#1417)crashpadto 2025-10-22. (#1426, crashpad#136, mini_chromium#4).3.12. (#1413)MAX_PATHdependencies incrashpadandbreakpad. (#1413, breakpad#43, crashpad#135)0.11.3
Features:
propagate_traceparentoption. (#1394)sentry_options_set_external_crash_reporter_pathto allow specifying an external crash reporter. (#1303)Fixes:
sdk.nameattribute. (#1399)uint64values as numerical instead of string. (#1408)0.11.2
Fixes:
0.11.1
Features:
sentry_options_set_enable_logs. When enabled, you can capture a log usingsentry_log_info()(or another log level). Logs can be filtered by setting thebefore_send_loghook. (#1271)0.11.0
Breaking changes:
user_dataparameter totraces_sampler. (#1346)Fixes:
stddef.hexplicitly incrashpadsince futurelibc++revisions will stop providing this include transitively. (#1375, crashpad#132)JWASMin the MinGWcrashpadbuild only if noCMAKE_ASM_MASM_COMPILERhas been defined. (#1375, crashpad#133)crashpadfrom leaking Objective-C ARC compile options into any parent target linkage. (#1375, crashpad#134)ASMlanguage from the top-level CMake project, as this triggered CMake policyCMP194which isn't applicable to the top-level. (#1384)Features:
sentry_options_set_logger_enabled_when_crashed(). (#1371)Internal:
crashpadsupport infrastructure for the external crash reporter feature. (#1375, crashpad#131)Docs:
SDKROOTdue to its empty default forCMAKE_OSX_SYSROOTin theREADME. (#1368)Thank you:
0.10.1
Internal:
0.10.0
Breaking changes:
sentry_regenerate_trace()orsentry_set_trace()), which turns off the automatic management of trace boundaries. (#1270)sentry_regenerate_trace()) or run the Native SDK inside a downstream SDK like the Unity SDK, where these SDKs will manage the trace boundaries, for a giventraces_sample_rate, either all transactions in a trace get sampled or none do with probability equal to that sample rate. (#1254)Features:
sentry_clear_attachments()to allow clearing all previously added attachments in the global scope. (#1290)sentry_regenerate_trace()to allow users to set manual trace boundaries. (#1293)Dynamic Sampling Context (DSC)to events. (#1254)sentry_value_new_feedbackandsentry_capture_feedbackto allow capturing User Feedback. (#1304)sentry_value_new_user_feedbackandsentry_capture_user_feedbackin favor of the new API.sentry_envelope_read_from_file,sentry_envelope_get_header, andsentry_capture_envelope. (#1320)(u)int64sentry_value_ttype. (#1326)Meta:
SENTRY_DEPRECATED(msg). (#1308)Internal:
event_iddefined similarly to other backends. This makes it possible to associate feedback at the time of crash. (#1319)0.9.1
Features:
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)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.sentry_attachment_set_content_typeto allow specifying the content type of attachments. (#1276)sentry_attachment_set_filenameto allow specifying the filename of attachments displayed in the Sentry WebUI. (#1285)Meta:
sentry.native.xbox. (#1287)Internal:
breakpadto 2025-06-13. (#1277, breakpad#41)0.9.0
Breaking changes:
Features:
before_send_transactioncallback. (#1236)crashpad_wait_for_uploadflag. (#1255, crashpad#126)Fixes:
Docs:
0.8.5
Breaking changes:
propagation_contextas the single source oftrace_idfor spans and events. Transactions no longer create a new trace, but inherit the trace from thepropagation_contextcreated during SDK initialization. This context can be later modified throughsentry_set_trace()(primarily used by other SDKs). (#1200)Features:
sentry_value_new_user(id, username, email, ip_address)function to avoid ambiguous user-context-keys. (#1228)Fixes:
libcurlfeatureAsynchDNS. (#1206)Thank you: