2 files changed
+9
-1
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 |
| |
4 | 12 |
| |
5 | 13 |
| |
|
Submodule sentry-native updated 68 files
- .github/workflows/ci.yml+1-1
- CHANGELOG.md+17
- CMakeLists.txt+9-10
- CONTRIBUTING.md+5-2
- README.md+2
- examples/example.c+58-2
- external/breakpad+1-1
- external/crashpad+1-1
- external/third_party/lss+1-1
- include/sentry.h+158-11
- ndk/gradle.properties+1-1
- src/CMakeLists.txt+8-1
- src/backends/sentry_backend_breakpad.cpp+7-6
- src/backends/sentry_backend_crashpad.cpp+76
- src/backends/sentry_backend_inproc.c+7-6
- src/modulefinder/sentry_modulefinder_windows.c+3-3
- src/path/sentry_path.c+13
- src/path/sentry_path_unix.c+7-4
- src/path/sentry_path_windows.c+11-2
- src/screenshot/sentry_screenshot_windows.c+4-4
- src/sentry_attachment.c+260
- src/sentry_attachment.h+80
- src/sentry_backend.h+2
- src/sentry_core.c+107-40
- src/sentry_envelope.c+58-10
- src/sentry_envelope.h+8-2
- src/sentry_json.c+6
- src/sentry_logger.c+7-4
- src/sentry_options.c+18-46
- src/sentry_options.h+1-19
- src/sentry_os.c+8-7
- src/sentry_path.h+5
- src/sentry_ratelimiter.c+6-4
- src/sentry_scope.c+74-2
- src/sentry_scope.h+2
- src/sentry_slice.c+3
- src/symbolizer/sentry_symbolizer_unix.c+9-4
- src/symbolizer/sentry_symbolizer_windows.c+2-2
- src/unwinder/sentry_unwinder.c+4
- tests/assertions.py+26-4
- tests/cmake.py+3-4
- tests/fixtures/screenshot/CMakeLists.txt+1-1
- tests/test_integration_crashpad.py+12-5
- tests/test_integration_http.py+2-2
- tests/test_unit.py+10
- tests/unit/CMakeLists.txt+20-4
- tests/unit/fuzz.c+3-1
- tests/unit/sentry_testsupport.h+24-2
- tests/unit/test_attachments.c+347
- tests/unit/test_consent.c+1
- tests/unit/test_envelopes.c+6-5
- tests/unit/test_failures.c+1
- tests/unit/test_fuzzfailures.c+4-1
- tests/unit/test_modulefinder.c+1-1
- tests/unit/test_mpack.c+3-1
- tests/unit/test_path.c+11
- tests/unit/test_ratelimiter.c+1
- tests/unit/test_slice.c+1
- tests/unit/test_symbolizer.c+1-1
- tests/unit/test_sync.c+4-1
- tests/unit/test_tracing.c+54-5
- tests/unit/test_unwinder.c+1-1
- tests/unit/test_utils.c+46-46
- tests/unit/test_value.c+3-1
- tests/unit/tests.inc+7
- tests/win_utils.py+1-1
- toolchains/xbox/CMakeGDKScarlett.cmake+1-1
- vendor/acutest.h+2-2
0 commit comments