Commit 83c88fe
File tree
12 files changed
+49
-28
lines changed- .github
- actions/environment
- workflows
- modules
- src
- Sentry.Bindings.Android
- Sentry
- buildTransitive
12 files changed
+49
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | 101 | | |
103 | 102 | | |
104 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
53 | 74 | | |
54 | 75 | | |
55 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
Submodule sentry-native updated 80 files
- .github/workflows/benchmark.yml+1-1
- .github/workflows/ci.yml+6-2
- .github/workflows/danger.yml+3-1
- CHANGELOG.md+36
- CMakeLists.txt+40-11
- examples/example.c+10
- external/breakpad+1-1
- external/crashpad+1-1
- include/sentry.h+239-139
- ndk/gradle.properties+1-1
- scripts/bump-version.sh+2-4
- src/CMakeLists.txt+6
- src/backends/sentry_backend_breakpad.cpp+18-15
- src/backends/sentry_backend_crashpad.cpp+102-37
- src/backends/sentry_backend_inproc.c+101-29
- src/modulefinder/sentry_modulefinder_windows.c+2-2
- src/path/sentry_path.c+40-1
- src/path/sentry_path_unix.c+2-31
- src/path/sentry_path_windows.c+295-163
- src/process/sentry_process_windows.c+37-30
- src/screenshot/sentry_screenshot.c-4
- src/screenshot/sentry_screenshot_windows.c+9-6
- src/sentry_core.c+56-19
- src/sentry_core.h+2
- src/sentry_cpu_relax.h+31
- src/sentry_database.c+63-18
- src/sentry_database.h+9
- src/sentry_embedded_info.cpp.in+2-2
- src/sentry_envelope.c+21-22
- src/sentry_envelope.h+6
- src/sentry_json.c+1-5
- src/sentry_logs.c+108-29
- src/sentry_logs.h+7
- src/sentry_options.c+55
- src/sentry_options.h+3
- src/sentry_path.h+43-24
- src/sentry_process.h+2-2
- src/sentry_string.c+87-9
- src/sentry_string.h+11
- src/sentry_sync.c+9-1
- src/sentry_sync.h+8
- src/sentry_tracing.c+52-20
- src/sentry_tracing.h+8
- src/sentry_transport.c+9
- src/sentry_transport.h+8
- src/sentry_unix_spinlock.h+1-6
- src/sentry_uuid.c+19
- src/sentry_uuid.h+8-1
- src/transports/sentry_disk_transport.c+21
- src/transports/sentry_disk_transport.h+7
- src/transports/sentry_transport_winhttp.c+11-2
- tests/__init__.py+51-5
- tests/assertions.py+4-2
- tests/benchmark.py-1
- tests/cmake.py+16-2
- tests/fixtures/crash_reporter/CMakeLists.txt+5
- tests/fixtures/crash_reporter/crash_reporter.c+77
- tests/fixtures/dotnet_signal/Program.cs+7-4
- tests/proxy.py+1-1
- tests/requirements.txt+1
- tests/test_build_static.py+3-3
- tests/test_dotnet_signals.py+138-1
- tests/test_embedded_info.py+95-7
- tests/test_integration_crashpad.py+208-109
- tests/test_integration_http.py+187-80
- tests/test_integration_logger.py+1-3
- tests/test_integration_ratelimits.py+5-5
- tests/test_integration_screenshot.py+2-10
- tests/test_integration_stdout.py+1-35
- tests/test_unit.py+13-5
- tests/unit/test_basic.c+64-14
- tests/unit/test_embedded_info.c+38-2
- tests/unit/test_fuzzfailures.c-1
- tests/unit/test_logs.c+147-28
- tests/unit/test_path.c+34-28
- tests/unit/test_process.c+1-1
- tests/unit/test_tracing.c+130
- tests/unit/test_value.c+3-3
- tests/unit/tests.inc+5
- tests/win_utils.py+3-3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments