-
-
Notifications
You must be signed in to change notification settings - Fork 40
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.1
- Loading branch information
1 parent
8191ebf
commit 7c4ddd0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sentry-native
updated
22 files
+9 −4 | .github/workflows/ci.yml | |
+14 −0 | CHANGELOG.md | |
+8 −19 | CMakeLists.txt | |
+5 −1 | README.md | |
+35 −3 | examples/example.c | |
+1 −1 | external/crashpad | |
+22 −1 | include/sentry.h | |
+37 −8 | scripts/install-llvm-mingw.ps1 | |
+54 −34 | src/backends/sentry_backend_crashpad.cpp | |
+34 −0 | src/sentry_core.c | |
+30 −0 | src/sentry_envelope.c | |
+6 −0 | src/sentry_envelope.h | |
+70 −42 | src/sentry_os.c | |
+12 −0 | src/sentry_os.h | |
+36 −0 | src/sentry_value.c | |
+1 −1 | tests/__init__.py | |
+26 −5 | tests/assertions.py | |
+4 −4 | tests/requirements.txt | |
+31 −1 | tests/test_integration_http.py | |
+29 −0 | tests/unit/test_envelopes.c | |
+21 −0 | tests/unit/test_value.c | |
+2 −0 | tests/unit/tests.inc |