chore(deps): update Native SDK to v0.11.0 #4737
Open
+4
−4
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.10.1 to 0.11.0.
Auto-generated by a dependency updater.
Changelog
0.11.0
Breaking changes:
user_data
parameter totraces_sampler
. (#1346)Fixes:
stddef.h
explicitly incrashpad
since futurelibc++
revisions will stop providing this include transitively. (#1375, crashpad#132)JWASM
in the MinGWcrashpad
build only if noCMAKE_ASM_MASM_COMPILER
has been defined. (#1375, crashpad#133)crashpad
from leaking Objective-C ARC compile options into any parent target linkage. (#1375, crashpad#134)ASM
language from the top-level CMake project, as this triggered CMake policyCMP194
which isn't applicable to the top-level. (#1384)Features:
sentry_options_set_logger_enabled_when_crashed()
. (#1371)Internal:
crashpad
support infrastructure for the external crash reporter feature. (#1375, crashpad#131)Docs:
SDKROOT
due to its empty default forCMAKE_OSX_SYSROOT
in theREADME
. (#1368)Thank you: