2 files changed
+4
-1
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 |
| |
14 | 17 |
| |
15 | 18 |
| |
|
Submodule sentry-native updated 59 files
- .github/workflows/benchmark.yml+63
- .github/workflows/ci.yml+37-3
- .gitmodules+3
- CHANGELOG.md+20-1
- CMakeLists.txt+38-2
- CONTRIBUTING.md+16
- Makefile+5-1
- README.md+10
- examples/example.c+22-1
- external/benchmark+1
- external/crashpad+1-1
- include/sentry.h+36-1
- ndk/gradle.properties+1-1
- sentry-config.cmake.in+1-1
- src/CMakeLists.txt+7-1
- src/path/sentry_path.c+6-4
- src/path/sentry_path_unix.c+17-3
- src/screenshot/sentry_screenshot_windows.c+10
- src/sentry_alloc.c+1-1
- src/sentry_core.c+38-1
- src/sentry_core.h+6
- src/sentry_database.c+1-1
- src/sentry_json.c+3-3
- src/sentry_logger.c+5-5
- src/sentry_options.c+15
- src/sentry_options.h+5
- src/sentry_os.c+2-2
- src/sentry_scope.c+8-2
- src/sentry_scope.h+1
- src/sentry_tracing.c+17
- src/sentry_utils.c+9-6
- src/sentry_utils.h+6
- src/sentry_value.c+40
- src/transports/sentry_transport_curl.c+35-2
- src/unwinder/sentry_unwinder.c+4
- src/unwinder/sentry_unwinder_libunwind.c+47
- tests/assertions.py+25-6
- tests/benchmark.py+55
- tests/benchmark/CMakeLists.txt+53
- tests/benchmark/benchmark_backend.cpp+44
- tests/benchmark/benchmark_init.cpp+14
- tests/cmake.py+2
- tests/conftest.py+90
- tests/test_integration_crashpad.py+9-3
- tests/test_integration_http.py+230-5
- tests/unit/test_basic.c+4-1
- tests/unit/test_failures.c+9
- tests/unit/test_fuzzfailures.c+3-1
- tests/unit/test_modulefinder.c+1-1
- tests/unit/test_mpack.c+1-1
- tests/unit/test_path.c+3-2
- tests/unit/test_symbolizer.c+1-1
- tests/unit/test_tracing.c+262-14
- tests/unit/test_unwinder.c+1-1
- tests/unit/test_utils.c+2-2
- tests/unit/test_value.c+43-1
- tests/unit/tests.inc+6
- tests/win_utils.py+1-1
- vendor/acutest.h+19-4
0 commit comments