-
-
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.2
- Loading branch information
1 parent
9b60486
commit 9b66238
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sentry-native
updated
17 files
+5 −0 | .github/workflows/ci.yml | |
+19 −2 | CHANGELOG.md | |
+16 −14 | CMakeLists.txt | |
+1 −1 | external/crashpad | |
+6 −1 | include/sentry.h | |
+8 −34 | scripts/install-llvm-mingw.ps1 | |
+44 −0 | scripts/install-zlib.ps1 | |
+6 −4 | src/modulefinder/sentry_modulefinder_linux.c | |
+86 −1 | src/sentry_transport.c | |
+10 −2 | tests/__init__.py | |
+15 −4 | tests/assertions.py | |
+4 −3 | tests/cmake.py | |
+2 −1 | tests/requirements.txt | |
+26 −11 | tests/test_integration_crashpad.py | |
+75 −15 | tests/test_integration_http.py | |
+3 −0 | tests/test_unit.py | |
+10 −1 | tests/unit/test_envelopes.c |