2 files changed
+9
-1
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 |
| |
4 | 12 |
| |
5 | 13 |
| |
|
Submodule sentry-dotnet updated 77 files
- .generated.NoMobile.sln+19-1
- .github/workflows/codeql-analysis.yml+2-2
- .github/workflows/release.yml+1-1
- CHANGELOG.md+22-2
- Directory.Build.props+7-2
- Sentry-CI-Build-Linux.slnf+2
- Sentry-CI-Build-Windows.slnf+2
- Sentry-CI-Build-macOS.slnf+2
- Sentry-CI-CodeQL.slnf+1
- Sentry.sln+18
- SentryMobile.slnf+2
- SentryNoMobile.slnf+2
- SentryNoSamples.slnf+2
- integration-test/cli.Tests.ps1-9
- samples/Sentry.Samples.Android/Sentry.Samples.Android.csproj+5
- samples/Sentry.Samples.Ios/Sentry.Samples.Ios.csproj+6
- samples/Sentry.Samples.MacCatalyst/Sentry.Samples.MacCatalyst.csproj+5
- samples/Sentry.Samples.Maui/MainPage.xaml+5-1
- samples/Sentry.Samples.Maui/MainPage.xaml.cs+4
- samples/Sentry.Samples.Maui/Sentry.Samples.Maui.csproj+5
- scripts/generate-solution-filters-config.yaml+2-3
- src/Sentry.Analyzers/Sentry.Analyzers.csproj+1-1
- src/Sentry.AspNet/HttpContextExtensions.cs+2-1
- src/Sentry.AspNet/Internal/SystemWebRequestEventProcessor.cs+4-3
- src/Sentry.AspNetCore.Grpc/ProtobufRequestExtractionDispatcher.cs+1-1
- src/Sentry.AspNetCore/ScopeExtensions.cs+3-4
- src/Sentry.AspNetCore/SentryTracingMiddleware.cs+1-1
- src/Sentry.Hangfire/Sentry.Hangfire.csproj+1
- src/Sentry.Hangfire/SentryServerFilter.cs+3-1
- src/Sentry.Maui/Internal/MauiGestureRecognizerEventsBinder.cs+194
- src/Sentry.Maui/SentryMauiAppBuilderExtensions.cs+1
- src/Sentry.OpenTelemetry/SentrySpanProcessor.cs+5-3
- src/Sentry.SourceGenerators/BuildPropertySourceGenerator.cs+98
- src/Sentry.SourceGenerators/Sentry.SourceGenerators.csproj+25
- src/Sentry/CompilerServices/BuildProperties.cs+26
- src/Sentry/DynamicSamplingContext.cs+45-17
- src/Sentry/Extensibility/RequestBodyExtractionDispatcher.cs+1-1
- src/Sentry/HttpHeadersExtensions.cs+13
- src/Sentry/Internal/AotHelper.cs+28-1
- src/Sentry/Internal/Hub.cs+11-12
- src/Sentry/Internal/RedactedHeaders.cs+53
- src/Sentry/Internal/ReplaySession.cs+33
- src/Sentry/Protocol/Response.cs+10-7
- src/Sentry/Sentry.csproj+21-13
- src/Sentry/SentryClientExtensions.cs+14
- src/Sentry/SentryPropagationContext.cs+5-4
- src/Sentry/SentryRequest.cs+10-3
- src/Sentry/SentrySdk.cs+1
- src/Sentry/buildTransitive/Sentry.SourceGenerators.targets+9
- src/Sentry/buildTransitive/Sentry.targets+8
- test/Directory.Build.props+4
- test/Sentry.Maui.Device.TestApp/Sentry.Maui.Device.TestApp.csproj+16-11
- test/Sentry.Maui.Device.TestApp/Startup.cs+21-8
- test/Sentry.Maui.Tests/ApiApprovalTests.Run.DotNet8_0.verified.txt+6
- test/Sentry.Maui.Tests/ApiApprovalTests.Run.DotNet9_0.verified.txt+6
- test/Sentry.Maui.Tests/MauiEventsBinderTests.GestureRecognizers.cs+133
- test/Sentry.Maui.Tests/MauiEventsBinderTests.cs+2-1
- test/Sentry.Maui.Tests/Sentry.Maui.Tests.csproj+4
- test/Sentry.OpenTelemetry.Tests/SentrySpanProcessorTests.cs+4-3
- test/Sentry.SourceGenerators.Tests/BuildPropertySourceGeneratorTests.RunResult_BadStrings.verified.txt+368
- test/Sentry.SourceGenerators.Tests/BuildPropertySourceGeneratorTests.RunResult_Expect_None.verified.txt+5
- test/Sentry.SourceGenerators.Tests/BuildPropertySourceGeneratorTests.RunResult_Publish_AotTrue.verified.txt+368
- test/Sentry.SourceGenerators.Tests/BuildPropertySourceGeneratorTests.RunResult_Success.verified.txt+368
- test/Sentry.SourceGenerators.Tests/BuildPropertySourceGeneratorTests.cs+115
- test/Sentry.SourceGenerators.Tests/Sentry.SourceGenerators.Tests.csproj+22
- test/Sentry.Tests/ApiApprovalTests.Run.DotNet8_0.verified.txt+10
- test/Sentry.Tests/ApiApprovalTests.Run.DotNet9_0.verified.txt+10
- test/Sentry.Tests/ApiApprovalTests.Run.Net4_8.verified.txt+10
- test/Sentry.Tests/DynamicSamplingContextTests.cs+88-30
- test/Sentry.Tests/EventProcessorTests.verify.cs+2
- test/Sentry.Tests/Extensibility/RequestBodyExtractionDispatcherTests.cs+3-3
- test/Sentry.Tests/HubTests.cs+98-21
- test/Sentry.Tests/Internals/RedactedHeadersTests.cs+118
- test/Sentry.Tests/Protocol/SentryTransactionTests.cs+27
- test/Sentry.Tests/Sentry.Tests.csproj-1
- test/Sentry.Tests/SentryPropagationContextTests.cs+88-20
- test/Sentry.Tests/SentrySdkTests.cs+7-3
0 commit comments