Commit 7cfd02d
chore: update modules/sentry-native to 0.13.2
1 parent 8401be0 commit 7cfd02d
1 file changed
+1
-1
lines changedSubmodule sentry-native updated 68 files
- .github/dependabot.yml+6
- .github/workflows/benchmark.yml+1-1
- .github/workflows/ci.yml+6-6
- .github/workflows/codeql.yml+4-4
- .github/workflows/e2e-test.yml+58
- CHANGELOG.md+14
- CMakeLists.txt+108-2
- README.md+36-33
- examples/example.c+62
- include/sentry.h+127-1
- ndk/gradle.properties+1-1
- src/CMakeLists.txt+50
- src/backends/native/minidump/sentry_minidump_common.c+222
- src/backends/native/minidump/sentry_minidump_common.h+57
- src/backends/native/minidump/sentry_minidump_format.h+446
- src/backends/native/minidump/sentry_minidump_linux.c+1.6k
- src/backends/native/minidump/sentry_minidump_macos.c+1.2k
- src/backends/native/minidump/sentry_minidump_windows.c+119
- src/backends/native/minidump/sentry_minidump_writer.h+17
- src/backends/native/sentry_crash_context.h+296
- src/backends/native/sentry_crash_daemon.c+3.4k
- src/backends/native/sentry_crash_daemon.h+71
- src/backends/native/sentry_crash_handler.c+888
- src/backends/native/sentry_crash_handler.h+17
- src/backends/native/sentry_crash_ipc.c+993
- src/backends/native/sentry_crash_ipc.h+119
- src/backends/sentry_backend_native.c+919
- src/modulefinder/sentry_modulefinder_windows.c+30-4
- src/path/sentry_path_unix.c+2-1
- src/path/sentry_path_windows.c+2-1
- src/sentry_batcher.c+134-64
- src/sentry_batcher.h+37-3
- src/sentry_core.c+58-28
- src/sentry_database.h+2-2
- src/sentry_logs.c+138-86
- src/sentry_logs.h+8-12
- src/sentry_metrics.c+46-34
- src/sentry_metrics.h+8-12
- src/sentry_options.c+37
- src/sentry_options.h+4
- src/sentry_scope.c+6-2
- src/sentry_scope.h+2
- src/sentry_session.c+4-9
- src/sentry_session.h+1-1
- src/sentry_sync.h+171
- tests/__init__.py+1-1
- tests/assertions.py+8-3
- tests/cmake.py+6
- tests/conditions.py+5
- tests/proxy.py+85-48
- tests/requirements.txt+2
- tests/test_build_static.py+13-1
- tests/test_e2e_sentry.py+659
- tests/test_integration_http.py+119-6
- tests/test_integration_logger.py+17-1
- tests/test_integration_logs.py+44-3
- tests/test_integration_metrics.py+7-3
- tests/test_integration_native.py+629
- tests/test_integration_screenshot.py+6
- tests/unit/CMakeLists.txt+1
- tests/unit/test_concurrency.c+3
- tests/unit/test_logs.c+134
- tests/unit/test_metrics.c+43
- tests/unit/test_native_backend.c+354
- tests/unit/test_options.c+53
- tests/unit/test_session.c+122
- tests/unit/test_utils.c+4
- tests/unit/tests.inc+24
0 commit comments