Commit de98fba
1 parent c97e63f commit de98fba
2 files changed
+4
-4
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 |
| - | |
22 |
| - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Submodule sentry-native updated 39 files
- .github/docker/alpine/Dockerfile+39
- .github/docker/alpine/pip.conf+2
- .github/workflows/ci.yml+16-25
- .github/workflows/docker.yml+42
- .vscode/extensions.json+1-2
- CHANGELOG.md+23
- CMakeLists.txt+18-5
- CONTRIBUTING.md+27-3
- README.md+3-2
- examples/example.c+82-29
- external/crashpad+1-1
- include/sentry.h+75-6
- ndk/build.gradle.kts+13-12
- ndk/gradle.properties+1-4
- ndk/lib/build.gradle.kts+3-2
- ndk/lib/proguard-rules.pro+1-1
- ndk/sample/build.gradle.kts+3-2
- ndk/sample/proguard-rules.pro+1-1
- scripts/run_tests.ps1+27-3
- src/CMakeLists.txt+1-1
- src/backends/sentry_backend_breakpad.cpp+1-1
- src/backends/sentry_backend_inproc.c+1-1
- src/sentry_alloc.c+1-1
- src/sentry_core.c+53-40
- src/sentry_core.h+4-2
- src/sentry_envelope.c+4-3
- src/sentry_options.c+12-4
- src/sentry_options.h+2
- src/sentry_scope.c+308-26
- src/sentry_scope.h+14-4
- src/sentry_value.c+1-1
- tests/assertions.py+6-6
- tests/test_integration_http.py+112-1
- tests/unit/CMakeLists.txt+1
- tests/unit/test_envelopes.c+27
- tests/unit/test_scope.c+604
- tests/unit/test_value.c+2-2
- tests/unit/tests.inc+8
- tests/win_utils.py+1-1
0 commit comments