-
-
Notifications
You must be signed in to change notification settings - Fork 210
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.13
- Loading branch information
1 parent
cbe1af4
commit b58133f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sentry-native
updated
25 files
+24 −4 | CHANGELOG.md | |
+5 −0 | CMakeLists.txt | |
+21 −0 | cmake/utils.cmake | |
+1 −1 | external/crashpad | |
+39 −1 | include/sentry.h | |
+1 −1 | ndk/gradle.properties | |
+1 −0 | scripts/bump-version.sh | |
+22 −0 | sentry.rc.in | |
+40 −33 | src/backends/sentry_backend_inproc.c | |
+4 −0 | src/sentry_core.c | |
+18 −0 | src/sentry_options.c | |
+1 −0 | src/sentry_options.h | |
+10 −2 | src/sentry_scope.c | |
+1 −1 | src/sentry_tracing.c | |
+2 −2 | tests/assertions.py | |
+10 −0 | tests/cmake.py | |
+64 −0 | tests/fixtures/dotnet_signal/Program.cs | |
+19 −0 | tests/fixtures/dotnet_signal/crash.c | |
+8 −0 | tests/fixtures/dotnet_signal/test_dotnet.csproj | |
+1 −0 | tests/requirements.txt | |
+119 −0 | tests/test_dotnet_signals.py | |
+3 −2 | tests/test_integration_http.py | |
+2 −0 | tests/unit/CMakeLists.txt | |
+4 −4 | tests/unit/test_tracing.c | |
+19 −0 | tests/win_utils.py |