Commit d591f4d
authored
File tree
4 files changed
+8
-4
lines changed- modules
- samples/Sentry.Samples.OpenTelemetry.AzureFunctions
4 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
24 | 30 | | |
25 | 31 | | |
26 | 32 | | |
| |||
Submodule sentry-native updated 25 files
- .github/docker/alpine/Dockerfile+1-1
- .github/workflows/ci.yml+70-34
- CHANGELOG.md+9
- README.md+1-1
- examples/example.c+38-9
- external/crashpad+1-1
- include/sentry.h+61-2
- ndk/gradle.properties+1-1
- src/sentry_core.c+46
- src/sentry_logs.c+72-32
- src/sentry_logs.h+2
- src/sentry_options.c+13
- src/sentry_options.h+3
- src/sentry_scope.c+34
- src/sentry_scope.h+16
- src/sentry_value.c+79
- tests/__init__.py+1-1
- tests/fixtures/dotnet_signal/test_dotnet.csproj+1-1
- tests/test_integration_http.py+93
- tests/unit/test_consent.c+39
- tests/unit/test_logs.c+92
- tests/unit/test_scope.c+233
- tests/unit/test_uninit.c+3
- tests/unit/test_value.c+183
- tests/unit/tests.inc+6
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
0 commit comments