-
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update modules/sentry-native to 0.7.16 (#3825)
Co-authored-by: GitHub <[email protected]>
- Loading branch information
1 parent
a621f42
commit 7d2123e
Showing
2 changed files
with
4 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
24 files
+6 −0 | CHANGELOG.md | |
+2 −0 | CONTRIBUTING.md | |
+5 −4 | README.md | |
+8 −0 | examples/example.c | |
+1 −1 | external/crashpad | |
+83 −4 | include/sentry.h | |
+1 −1 | ndk/gradle.properties | |
+2 −2 | src/backends/sentry_backend_crashpad.cpp | |
+70 −13 | src/sentry_core.c | |
+25 −6 | src/sentry_options.c | |
+1 −1 | src/sentry_options.h | |
+5 −4 | src/sentry_tracing.c | |
+2 −2 | src/sentry_tracing.h | |
+6 −6 | src/transports/sentry_transport_curl.c | |
+2 −3 | src/transports/sentry_transport_winhttp.c | |
+9 −0 | tests/__init__.py | |
+5 −4 | tests/assertions.py | |
+1 −0 | tests/requirements.txt | |
+74 −1 | tests/test_integration_crashpad.py | |
+65 −2 | tests/test_integration_http.py | |
+99 −24 | tests/unit/test_tracing.c | |
+1 −1 | tests/unit/test_uninit.c | |
+2 −0 | tests/unit/tests.inc | |
+1 −1 | tests/win_utils.py |