Commit f459fce
Submodule sentry-native updated 58 files
- .github/workflows/ci.yml+30-2
- .github/workflows/codeql.yml+2-2
- .github/workflows/console-check.yml+1-1
- .github/workflows/release.yml+1-1
- CHANGELOG.md+21
- examples/example.c+12-1
- external/crashpad+1-1
- include/sentry.h+20-2
- ndk/gradle.properties+1-1
- src/CMakeLists.txt+6-2
- src/backends/native/minidump/sentry_minidump_format.h+6-3
- src/backends/native/minidump/sentry_minidump_linux.c+63-1
- src/backends/native/minidump/sentry_minidump_macos.c+5-1
- src/backends/native/minidump/sentry_minidump_windows.c+7-1
- src/backends/native/sentry_crash_context.h+5
- src/backends/native/sentry_crash_daemon.c+73-21
- src/backends/native/sentry_crash_ipc.c+26-4
- src/backends/native/sentry_crash_ipc.h+5
- src/backends/sentry_backend_breakpad.cpp+8-6
- src/backends/sentry_backend_crashpad.cpp+47-2
- src/backends/sentry_backend_inproc.c+1-26
- src/backends/sentry_backend_native.c+28-5
- src/modulefinder/sentry_modulefinder_linux.c+6-10
- src/sentry_batcher.c+5-9
- src/sentry_batcher.h-1
- src/sentry_core.c+28-39
- src/sentry_core.h+6-2
- src/sentry_database.c+40-3
- src/sentry_database.h+17
- src/sentry_logger.h+25
- src/sentry_logs.c+2-2
- src/sentry_metrics.c+2-2
- src/sentry_options.c+12-1
- src/sentry_options.h-1
- src/sentry_retry.c+4
- src/sentry_session.c+1-1
- src/sentry_utils.h+28
- tests/__init__.py+1-1
- tests/build_config.py+10
- tests/conditions.py+2
- tests/test_build_static.py+4-5
- tests/test_dotnet_signals.py+17-3
- tests/test_embedded_info.py+3
- tests/test_integration_cache.py+87-12
- tests/test_integration_crashpad.py+61-5
- tests/test_integration_http.py+16-6
- tests/test_integration_logger.py+5-5
- tests/test_integration_logs.py+3-3
- tests/test_integration_metrics.py+3-3
- tests/test_integration_native.py+48-2
- tests/test_integration_stdout.py+10-6
- tests/unit/test_cache.c+78
- tests/unit/test_client_report.c+6
- tests/unit/test_retry.c+46
- tests/unit/test_unwinder.c+4
- tests/unit/tests.inc+3
- vendor/libunwind/CMakeLists.txt+32-1
- vendor/libunwind/VENDORING.md+2-2
0 commit comments