Commit 71ca203
chore: update sentry-android-ndk/sentry-native to 0.7.12
1 parent 0438c6f commit 71ca203
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Submodule sentry-native updated 42 files
- .github/ISSUE_TEMPLATE/bug_report.md+1-1
- .github/workflows/ci.yml+38-37
- .github/workflows/codeql.yml+67
- CHANGELOG.md+31-1
- CMakeLists.txt+3
- CONTRIBUTING.md+3-3
- Makefile+4-8
- README.md+37-30
- examples/example.c+5-1
- include/sentry.h+14-1
- ndk/gradle.properties+1-1
- scripts/git-precommit-hook.sh+3-3
- scripts/run_tests.ps1+45
- scripts/start-android.sh+20-2
- scripts/update_test_discovery.ps1+7
- src/backends/sentry_backend_crashpad.cpp+7-13
- src/backends/sentry_backend_inproc.c+1-4
- src/modulefinder/sentry_modulefinder_apple.c+2-2
- src/modulefinder/sentry_modulefinder_linux.c+14-10
- src/path/sentry_path_windows.c+14-7
- src/sentry_core.c+64-2
- src/sentry_core.h+1-1
- src/sentry_envelope.c+3
- src/sentry_os.c+28
- src/sentry_os.h+2
- src/sentry_scope.c+4-1
- src/sentry_scope.h+3-3
- src/sentry_string.h+1-1
- src/sentry_sync.h+2-11
- src/sentry_tracing.c+57
- src/sentry_utils.h+2-4
- src/sentry_value.c+51-22
- src/sentry_value.h+12-3
- tests/assertions.py+2-2
- tests/fixtures/minidump.dmp
- tests/requirements.txt+2-1
- tests/test_integration_http.py+36-1
- tests/unit/test_envelopes.c+16
- tests/unit/test_sync.c+1-1
- tests/unit/test_tracing.c+117
- tests/unit/test_value.c+54-60
- tests/unit/tests.inc+4-1
0 commit comments