chore(deps): update Native SDK to v0.11.3#33
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update Native SDK to v0.11.3#33github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
faddc9c to
9dbbdf6
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 sentry-android-ndk/sentry-native from 0.7.8 to 0.11.3.
Auto-generated by a dependency updater.
Changelog
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:
0.8.4
Features:
Fixes:
0.8.3
Features:
Crashpadon Linux to delay application shutdown until the upload of the crash report in thecrashpad_handleris complete. This is useful for deployment inDockerorsystemd, where the life cycle of additional processes is bound by the application life cycle. (#1153, crashpad#121)traces_sample_rateoption for synchronization with Android SDK. (#1176)Thank you:
0.8.2
Fixes:
Features:
Thank you:
Nerixyz
0.8.1
Features:
sentry_set_trace(). The primary use for this is to allow other SDKs to propagate their trace context. This allows Sentry to connect events on all layers. (#1137)0.8.0
Breaking changes:
sentry_capture_minidump()andsentry_capture_minidump_n()changed fromvoidtosentry_uuid_tto retrieve the event-id for a successful minidump upload. (#1138)Features:
http_proxyandhttps_proxyenvironment variables across all transports. (#1111)Fixes:
sentry_capture_minidump()fails if the provided minidump path cannot be attached, instead of sending a crash event without minidump. (#1138)Thank you:
zsd4yr
0.7.20
Features:
Fixes:
aarch64to compilecrashpad. (#1125, crashpad#118)max_spansto 1000. (#1132)0.7.19
Fixes:
0.7.18for thecrashpadbackend. (#1118, crashpad#117, mini_chromium#2)0.7.18
Features:
traces_sampler. (#1108)crashpadbackend. (#1110, crashpad#116, mini_chromium#1)0.7.17
Features:
Fixes:
crashpaddatabase. (#1102, crashpad#115)0.7.16
Features:
0.7.15
Fixes:
0.7.14
Features:
.loadNativeLibraries()method to allow pre-loading .so files. (#1082)ucontext_tfield in thesentry_ucontext_t[on_crash|before_send]-hook parameter onmacOSfrom thebreakpadbackend. (#1083, breakpad#39)Thank you:
saf-e
0.7.13
Features:
inprocto support.NETon Linux andMonoon Android (specifically, .NET MAUI). (#1027)Fixes:
dispatch_semaphore_wait()when using an HTTP-proxy on macOS. (#1077, crashpad#111)transaction.datainsidecontext.trace.data. (#1075)Thank you:
olback
0.7.12
Features:
sentry_capture_minidump()to capture independently created minidumps. (#1067)Fixes:
0.7.11
Fixes:
GetSystemTimePreciseAsFileTime()at runtime and fall back toGetSystemTimeAsFileTime()to allow running on Windows < 8. (#1051)0.7.10
Fixes:
Thank you:
0.7.9
Fixes: