Commit 7379330
chore: update modules/sentry-native to 0.13.3
1 parent 3856879 commit 7379330
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule sentry-native updated 36 files
- .github/workflows/ci.yml+30-9
- .github/workflows/codeql.yml+3-3
- .github/workflows/docker.yml+1-1
- .github/workflows/e2e-test.yml+1-1
- .github/workflows/release.yml+1-1
- CHANGELOG.md+13-1
- Makefile+3-2
- README.md+2-3
- include/sentry.h+1-1
- ndk/gradle.properties+1-1
- ndk/lib/api/sentry-native-ndk.api+9
- ndk/lib/src/main/java/io/sentry/ndk/INativeScope.java+6
- ndk/lib/src/main/java/io/sentry/ndk/NativeScope.java+21
- ndk/lib/src/main/jni/sentry.c+55
- src/backends/native/minidump/sentry_minidump_linux.c+204-55
- src/backends/native/minidump/sentry_minidump_macos.c+192-59
- src/backends/native/sentry_crash_context.h+5
- src/backends/native/sentry_crash_daemon.c+92-76
- src/backends/native/sentry_crash_daemon.h+4-4
- src/backends/native/sentry_crash_handler.c+40
- src/backends/sentry_backend_inproc.c+69-10
- src/backends/sentry_backend_native.c+40-5
- tests/__init__.py+13-13
- tests/conftest.py-1
- tests/fixtures/dotnet_signal/Directory.Build.props+2
- tests/fixtures/dotnet_signal/Platforms/Android/MainActivity.cs+31
- tests/fixtures/dotnet_signal/Program.cs+19-6
- tests/fixtures/dotnet_signal/test_dotnet.csproj+16-1
- tests/requirements.txt+1-1
- tests/test_build_static.py+2-2
- tests/test_dotnet_signals.py+209-6
- tests/test_integration_logs.py+46-69
- tests/test_integration_metrics.py+50-13
- tests/test_integration_native.py-1
- tests/unit/test_native_backend.c+151
- tests/unit/tests.inc+4
0 commit comments