3 files changed
+4
-9
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
Lines changed: 0 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 | 54 |
| |
60 | 55 |
| |
61 | 56 |
| |
|
Submodule sentry-dotnet updated 44 files
- .github/actions/environment/action.yml+1-1
- .github/workflows/build.yml+4-19
- .github/workflows/codeql-analysis.yml+2-2
- CHANGELOG.md+38-1
- Directory.Build.props+2-2
- Directory.Build.targets+1-1
- global.json+1-1
- modules/sentry-cocoa.properties+1-1
- modules/sentry-native+1-1
- samples/Sentry.Samples.Android/MainActivity.cs+6
- samples/Sentry.Samples.Ios/Sentry.Samples.Ios.csproj+1
- samples/Sentry.Samples.Maui/MauiProgram.cs+8
- samples/Sentry.Samples.Maui/Sentry.Samples.Maui.csproj+1-1
- scripts/generate-cocoa-bindings.ps1+7-73
- src/Sentry.Analyzers/README.md+5-1
- src/Sentry.AspNet/HttpContextExtensions.cs+24
- src/Sentry.AspNetCore/AspNetCoreExceptionProcessor.cs+3-5
- src/Sentry.AspNetCore/Extensions/HttpContextExtensions.cs+21
- src/Sentry.AspNetCore/SentryMiddleware.cs+3
- src/Sentry.Azure.Functions.Worker/HttpRequestDataExtensions.cs+25
- src/Sentry.Azure.Functions.Worker/SentryFunctionsWorkerMiddleware.cs+3
- src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj+12
- src/Sentry.Bindings.Cocoa/ApiDefinitions.cs+131-57
- src/Sentry.Bindings.Cocoa/Sentry.Bindings.Cocoa.csproj+2
- src/Sentry.Bindings.Cocoa/StructsAndEnums.cs-22
- src/Sentry.Bindings.Cocoa/SwiftApiDefinitions.cs+405
- src/Sentry.Bindings.Cocoa/SwiftStructsAndEnums.cs+65
- src/Sentry/Platforms/Android/BindableNativeSentryOptions.cs+30
- src/Sentry/Platforms/Android/NativeOptions.cs+18
- src/Sentry/Platforms/Android/SentrySdk.cs+7
- src/Sentry/Platforms/Native/SentryNative.cs+14-2
- src/Sentry/Platforms/Native/buildTransitive/Sentry.Native.targets+13
- src/Sentry/Sentry.csproj+1
- src/Sentry/SentryMessageHandler.cs+10
- src/Sentry/SentryOptions.cs+2-1
- src/Sentry/SentrySdk.cs-7
- src/Sentry/W3CTraceHeader.cs+131
- src/Sentry/buildTransitive/Sentry.targets+11
- test/Sentry.AspNetCore.Tests/AspNetCoreExceptionProcessorTests.cs+44
- test/Sentry.AspNetCore.Tests/SentryMiddlewareTests.cs+17-11
- test/Sentry.Maui.Device.TestApp/Sentry.Maui.Device.TestApp.csproj+6
- test/Sentry.Tests/Platforms/Android/BindableNativeOptionsTests.cs+5
- test/Sentry.Tests/SentryHttpMessageHandlerTests.cs+69-38
- test/Sentry.Tests/W3CTraceHeaderTests.cs+76
0 commit comments