File tree
2 files changed
+7
-7
lines changed- modules
- test/Sentry.Unity.Android.Tests
2 files changed
+7
-7
lines changedSubmodule sentry-native updated 24 files
- CHANGELOG.md+6
- CONTRIBUTING.md+2
- README.md+5-4
- examples/example.c+8
- external/crashpad+1-1
- include/sentry.h+83-4
- ndk/gradle.properties+1-1
- src/backends/sentry_backend_crashpad.cpp+2-2
- src/sentry_core.c+70-13
- src/sentry_options.c+25-6
- src/sentry_options.h+1-1
- src/sentry_tracing.c+5-4
- src/sentry_tracing.h+2-2
- src/transports/sentry_transport_curl.c+6-6
- src/transports/sentry_transport_winhttp.c+2-3
- tests/__init__.py+9
- tests/assertions.py+5-4
- tests/requirements.txt+1
- tests/test_integration_crashpad.py+74-1
- tests/test_integration_http.py+65-2
- tests/unit/test_tracing.c+99-24
- tests/unit/test_uninit.c+1-1
- tests/unit/tests.inc+2
- tests/win_utils.py+1-1
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments