Commit a71471c
chore: update src/sentry-dotnet to 5.1.1
1 parent 90a7eca commit a71471c
2 files changed
+4
-4
lines changed| 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 | | |
| |||
Submodule sentry-dotnet updated 45 files
- .github/CODEOWNERS+1-1
- .github/workflows/codeql-analysis.yml+2-2
- .github/workflows/device-tests-android.yml+1-1
- .github/workflows/release.yml+1-1
- CHANGELOG.md+16-4
- Directory.Build.props+1-1
- modules/sentry-native+1-1
- src/Sentry.OpenTelemetry/SentrySpanProcessor.cs+8
- src/Sentry/Http/HttpTransportBase.cs+1
- src/Sentry/IHasData.cs+17
- src/Sentry/ISpanData.cs+1-1
- src/Sentry/Internal/DiscardReason.cs+1
- src/Sentry/Internal/Enricher.cs+7
- src/Sentry/Internal/Http/CachingTransport.cs+18-2
- src/Sentry/Internal/NoOpSpan.cs+5
- src/Sentry/Platforms/Android/AndroidOptions.cs+16
- src/Sentry/Platforms/Android/BindableAndroidSentryOptions.cs+2
- src/Sentry/Platforms/Android/SentrySdk.cs+22-4
- src/Sentry/Platforms/Cocoa/CocoaScopeObserver.cs+6
- src/Sentry/Protocol/Trace.cs+21-2
- src/Sentry/SentrySpan.cs+18-7
- src/Sentry/SentryTransaction.cs+13-10
- src/Sentry/SpanTracer.cs+9-2
- src/Sentry/TransactionTracer.cs+12-3
- test/Sentry.AspNetCore.Tests/WebIntegrationTests.Versioning.DotNet8_0.verified.txt-4
- test/Sentry.AspNetCore.Tests/WebIntegrationTests.Versioning.DotNet9_0.verified.txt-4
- test/Sentry.DiagnosticSource.IntegrationTests/SqlListenerTests.LoggingAsync.DotNet8_0.verified.txt+2-2
- test/Sentry.DiagnosticSource.IntegrationTests/SqlListenerTests.LoggingAsync.DotNet9_0.verified.txt+2-2
- test/Sentry.DiagnosticSource.IntegrationTests/SqlListenerTests.RecordsEfAsync.DotNet8_0.verified.txt+4-4
- test/Sentry.DiagnosticSource.IntegrationTests/SqlListenerTests.RecordsEfAsync.DotNet9_0.verified.txt+4-4
- test/Sentry.DiagnosticSource.IntegrationTests/SqlListenerTests.RecordsEfAsync.Net4_8.verified.txt+2-2
- test/Sentry.DiagnosticSource.IntegrationTests/SqlListenerTests.RecordsSqlAsync.verified.txt+3-3
- test/Sentry.Maui.Device.TestApp/Sentry.Maui.Device.TestApp.csproj+15-15
- test/Sentry.OpenTelemetry.Tests/SentrySpanProcessorTests.cs+82
- test/Sentry.Tests/ApiApprovalTests.Run.DotNet8_0.verified.txt+29-8
- test/Sentry.Tests/ApiApprovalTests.Run.DotNet9_0.verified.txt+29-8
- test/Sentry.Tests/ApiApprovalTests.Run.Net4_8.verified.txt+29-8
- test/Sentry.Tests/EnricherTests.cs+24
- test/Sentry.Tests/Internals/Http/CachingTransportTests.cs+37
- test/Sentry.Tests/PlatformFact.cs+25
- test/Sentry.Tests/Platforms/Android/SentrySdkTests.cs+116
- test/Sentry.Tests/Protocol/SentryTransactionTests.cs+1-1
- test/Sentry.Tests/ScopeTests.cs+18
- test/Sentry.Tests/SerializationTests.cs+50
- test/Sentry.Tests/SerializationTests.verify.cs+1-8
0 commit comments