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 c0ee962
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
- Bump Java SDK (Android) from v7.15.0 to v7.16.0 ([#665](https://github.com/getsentry/sentry-unreal/pull/665))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7160)
- [diff](https://github.com/getsentry/sentry-java/compare/7.15.0...7.16.0)
- Bump Native SDK from v0.7.6 to v0.7.11 ([#667](https://github.com/getsentry/sentry-unreal/pull/667))
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0711)
- [diff](https://github.com/getsentry/sentry-native/compare/0.7.6...0.7.11)

## 0.20.1

Expand Down
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 c0ee962

Please sign in to comment.