-
-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update Native SDK to v0.7.0 (#3133)
Co-authored-by: GitHub <noreply@github.com>
- Loading branch information
1 parent
5784ed8
commit 9119d59
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Submodule sentry-native
updated
11 files
+28 −2 | CHANGELOG.md | |
+68 −72 | CMakeLists.txt | |
+4 −8 | README.md | |
+1 −1 | external/crashpad | |
+2 −2 | include/sentry.h | |
+19 −6 | sentry-config.cmake.in | |
+27 −13 | src/backends/sentry_backend_crashpad.cpp | |
+19 −21 | src/sentry_core.c | |
+2 −2 | tests/assertions.py | |
+1 −1 | tests/test_integration_http.py | |
+4 −0 | tests/unit/test_consent.c |