Skip to content

Commit

Permalink
chore: update src/sentry-dotnet to 5.1.1 (#2018)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 14, 2025
1 parent 97a479f commit 3409e44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
- Bump Cocoa SDK from v8.43.0 to v8.45.0 ([#2001](https://github.com/getsentry/sentry-unity/pull/2001), [#2017](https://github.com/getsentry/sentry-unity/pull/2017))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8450)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.43.0...8.45.0)
- Bump .NET SDK from v5.0.1 to v5.1.0 ([#2005](https://github.com/getsentry/sentry-unity/pull/2005))
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#510)
- [diff](https://github.com/getsentry/sentry-dotnet/compare/5.0.1...5.1.0)
- Bump .NET SDK from v5.0.1 to v5.1.1 ([#2005](https://github.com/getsentry/sentry-unity/pull/2005), [#2018](https://github.com/getsentry/sentry-unity/pull/2018))
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#511)
- [diff](https://github.com/getsentry/sentry-dotnet/compare/5.0.1...5.1.1)

## 3.0.0-beta.1

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

0 comments on commit 3409e44

Please sign in to comment.