Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased

### Dependencies

- Bump .NET SDK from v6.3.1 to v6.4.1 ([#2650](https://github.com/getsentry/sentry-unity/pull/2650))
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#641)
- [diff](https://github.com/getsentry/sentry-dotnet/compare/6.3.1...6.4.1)

## 4.3.0

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/sentry-dotnet
Submodule sentry-dotnet updated 67 files
+1 βˆ’1 .github/workflows/needs-repro.yml
+1 βˆ’1 .github/workflows/update-deps.yml
+0 βˆ’3 .gitignore
+3 βˆ’0 .gitmodules
+41 βˆ’0 CHANGELOG.md
+1 βˆ’1 Directory.Build.props
+229 βˆ’0 dev.cs
+15 βˆ’11 integration-test/android.Tests.ps1
+10 βˆ’2 integration-test/aot.Tests.ps1
+16 βˆ’18 integration-test/ios.Tests.ps1
+1 βˆ’0 integration-test/net9-maui/MauiProgram.cs
+6 βˆ’0 integration-test/net9-maui/Sentry.Maui.Device.IntegrationTestApp.csproj
+1 βˆ’0 modules/sentry-cocoa
+0 βˆ’2 modules/sentry-cocoa.properties
+1 βˆ’1 modules/sentry-native
+5 βˆ’0 samples/Sentry.Samples.Android/MainActivity.cs
+4 βˆ’0 samples/Sentry.Samples.Ios/AppDelegate.cs
+4 βˆ’0 samples/Sentry.Samples.MacCatalyst/AppDelegate.cs
+1 βˆ’0 samples/Sentry.Samples.Maui/MainPage.xaml.cs
+7 βˆ’1 samples/Sentry.Samples.Maui/MauiProgram.cs
+34 βˆ’5 scripts/build-sentry-cocoa.sh
+2 βˆ’0 scripts/patch-cocoa-bindings.cs
+4 βˆ’2 src/Sentry.AspNet/HttpContextExtensions.cs
+2 βˆ’0 src/Sentry.AspNet/SentryAspNetOptionsExtensions.cs
+2 βˆ’0 src/Sentry.AspNetCore.Blazor.WebAssembly/WebAssemblyHostBuilderExtensions.cs
+3 βˆ’0 src/Sentry.AspNetCore/SentryAspNetCoreOptionsSetup.cs
+1 βˆ’1 src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj
+59 βˆ’1 src/Sentry.Bindings.Cocoa/ApiDefinitions.cs
+18 βˆ’7 src/Sentry.Bindings.Cocoa/Sentry.Bindings.Cocoa.csproj
+2 βˆ’1 src/Sentry.Bindings.Cocoa/StructsAndEnums.cs
+1 βˆ’0 src/Sentry.OpenTelemetry/SentrySpanProcessor.cs
+2 βˆ’0 src/Sentry/BindableSentryOptions.cs
+73 βˆ’0 src/Sentry/Internal/ConcurrentBagLite.cs
+15 βˆ’1 src/Sentry/Internal/ConcurrentQueueLite.cs
+31 βˆ’0 src/Sentry/Internal/TraceIgnoreStatusCodeTransactionProcessor.cs
+1 βˆ’9 src/Sentry/Internal/UnsampledTransaction.cs
+7 βˆ’0 src/Sentry/Platforms/Android/BindableNativeSentryOptions.cs
+16 βˆ’0 src/Sentry/Platforms/Android/NativeOptions.cs
+24 βˆ’1 src/Sentry/Platforms/Android/SentrySdk.cs
+31 βˆ’0 src/Sentry/Platforms/Android/SignalHandlerStrategy.cs
+1 βˆ’1 src/Sentry/Platforms/Cocoa/Extensions/BreadcrumbExtensions.cs
+33 βˆ’0 src/Sentry/Platforms/Cocoa/Extensions/CocoaExtensions.cs
+6 βˆ’0 src/Sentry/Platforms/Cocoa/RuntimeAdapter.cs
+18 βˆ’0 src/Sentry/Platforms/Cocoa/RuntimeMarshalManagedExceptionIntegration.cs
+8 βˆ’25 src/Sentry/Scope.cs
+5 βˆ’4 src/Sentry/SdkVersion.cs
+7 βˆ’2 src/Sentry/SentryHttpMessageHandler.cs
+7 βˆ’3 src/Sentry/SentryOptions.cs
+2 βˆ’10 src/Sentry/TransactionTracer.cs
+1 βˆ’0 src/Sentry/buildTransitive/Sentry.props
+16 βˆ’0 src/Sentry/buildTransitive/Sentry.targets
+2 βˆ’0 test/Sentry.AspNet.Tests/HttpContextExtensionsTests.cs
+9 βˆ’0 test/Sentry.AspNet.Tests/SentryAspNetOptionsExtensionsTests.cs
+9 βˆ’0 test/Sentry.AspNetCore.Tests/SentryAspNetCoreOptionsSetupTests.cs
+2 βˆ’3 test/Sentry.DiagnosticSource.Tests/SentrySqlListenerTests.cs
+1 βˆ’0 test/Sentry.OpenTelemetry.Tests/SentrySpanProcessorTests.cs
+1 βˆ’0 test/Sentry.Tests/ApiApprovalTests.Run.DotNet10_0.verified.txt
+1 βˆ’0 test/Sentry.Tests/ApiApprovalTests.Run.DotNet8_0.verified.txt
+1 βˆ’0 test/Sentry.Tests/ApiApprovalTests.Run.DotNet9_0.verified.txt
+1 βˆ’0 test/Sentry.Tests/ApiApprovalTests.Run.Net4_8.verified.txt
+137 βˆ’0 test/Sentry.Tests/Internals/ConcurrentBagLiteTests.cs
+58 βˆ’0 test/Sentry.Tests/Platforms/iOS/CocoaExtensionsTests.cs
+57 βˆ’0 test/Sentry.Tests/Platforms/iOS/RuntimeMarshalManagedExceptionIntegrationTests.cs
+9 βˆ’9 test/Sentry.Tests/Protocol/SdkVersionTests.cs
+10 βˆ’23 test/Sentry.Tests/SentryHttpMessageHandlerTests.cs
+7 βˆ’0 test/Sentry.Tests/SentryOptionsTests.cs
+143 βˆ’0 test/Sentry.Tests/TraceIgnoreStatusCodeTransactionProcessorTests.cs
Loading