Skip to content

Commit

Permalink
chore: update modules/sentry-native to 0.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Oct 29, 2024
1 parent 6e4ee91 commit ed7b333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sentry-native
Submodule sentry-native updated 49 files
+1 −1 .github/ISSUE_TEMPLATE/bug_report.md
+15 −4 .github/workflows/ci.yml
+67 −0 .github/workflows/codeql.yml
+45 −0 CHANGELOG.md
+9 −7 CMakeLists.txt
+2 −2 README.md
+1 −1 external/crashpad
+4 −1 include/sentry.h
+1 −1 ndk/gradle.properties
+4 −3 ndk/lib/CMakeLists.txt
+6 −0 ndk/lib/build.gradle.kts
+2 −0 ndk/sample/CMakeLists.txt
+6 −0 ndk/sample/build.gradle.kts
+45 −0 scripts/run_tests.ps1
+7 −0 scripts/update_test_discovery.ps1
+20 −24 sentry-config.cmake.in
+3 −3 src/backends/sentry_backend_breakpad.cpp
+86 −57 src/backends/sentry_backend_crashpad.cpp
+14 −10 src/modulefinder/sentry_modulefinder_linux.c
+64 −0 src/path/sentry_path_unix.c
+73 −3 src/path/sentry_path_windows.c
+11 −8 src/sentry_core.c
+1 −1 src/sentry_database.c
+39 −13 src/sentry_envelope.c
+146 −23 src/sentry_json.c
+14 −1 src/sentry_json.h
+3 −1 src/sentry_logger.c
+28 −0 src/sentry_os.c
+2 −0 src/sentry_os.h
+25 −0 src/sentry_path.h
+1 −1 src/sentry_slice.c
+9 −0 src/sentry_string.h
+63 −18 src/sentry_tracing.c
+1 −1 src/sentry_utils.c
+2 −4 src/sentry_utils.h
+12 −20 src/sentry_value.c
+15 −4 tests/assertions.py
+14 −0 tests/cmake.py
+7 −0 tests/leaks.txt
+3 −0 tests/test_integration_crashpad.py
+3 −1 tests/test_integration_http.py
+2 −2 tests/unit/fuzz.c
+16 −0 tests/unit/test_envelopes.c
+2 −2 tests/unit/test_fuzzfailures.c
+117 −0 tests/unit/test_tracing.c
+65 −1 tests/unit/test_value.c
+4 −0 tests/unit/tests.inc
+2 −0 vendor/mpack.c
+2 −3 vendor/mpack.h

0 comments on commit ed7b333

Please sign in to comment.