Skip to content
Open
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
- Bump Native SDK from v0.16.1 to v0.16.2 ([#2806](https://github.com/getsentry/sentry-unity/pull/2806))
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0162)
- [diff](https://github.com/getsentry/sentry-native/compare/0.16.1...0.16.2)
- Bump .NET SDK from v6.8.0 to v6.9.0 ([#2815](https://github.com/getsentry/sentry-unity/pull/2815))
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#690)
- [diff](https://github.com/getsentry/sentry-dotnet/compare/6.8.0...6.9.0)

## 4.8.0

Expand Down
2 changes: 1 addition & 1 deletion src/sentry-dotnet
Submodule sentry-dotnet updated 76 files
+1 βˆ’0 .craft.yml
+0 βˆ’1 .generated.NoMobile.slnx
+0 βˆ’12 .github/alpine/setup-node.sh
+3 βˆ’3 .github/workflows/alpine.yml
+36 βˆ’18 .github/workflows/build.yml
+1 βˆ’1 .github/workflows/changelog-guard.yml
+1 βˆ’1 .github/workflows/changelog-preview.yml
+3 βˆ’3 .github/workflows/codeql-analysis.yml
+8 βˆ’9 .github/workflows/device-tests-android.yml
+1 βˆ’2 .github/workflows/device-tests-ios.yml
+1 βˆ’1 .github/workflows/format-code.yml
+1 βˆ’1 .github/workflows/playwright-blazor-wasm.yml
+2 βˆ’2 .github/workflows/release.yml
+3 βˆ’3 .github/workflows/verify-api.yml
+1 βˆ’1 .github/workflows/vulnerabilities.yml
+4 βˆ’3 .github/workflows/watch-upstream.yml
+32 βˆ’0 CHANGELOG.md
+16 βˆ’17 CONTRIBUTING.md
+2 βˆ’2 Directory.Build.props
+0 βˆ’1 Sentry.slnx
+3 βˆ’1 integration-test/cli.Tests.ps1
+1 βˆ’1 modules/sentry-cocoa
+1 βˆ’1 modules/sentry-native
+66 βˆ’3 scripts/build-sentry-cocoa.sh
+10 βˆ’13 scripts/generate-cocoa-bindings.ps1
+23 βˆ’13 scripts/patch-cocoa-bindings.cs
+1 βˆ’1 src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj
+163 βˆ’185 src/Sentry.Bindings.Cocoa/ApiDefinitions.cs
+16 βˆ’61 src/Sentry.Bindings.Cocoa/Sentry.Bindings.Cocoa.csproj
+45 βˆ’0 src/Sentry.Bindings.Cocoa/StructsAndEnums.cs
+3 βˆ’1 src/Sentry.Bindings.Cocoa/buildTransitive/Sentry.Bindings.Cocoa.targets
+2 βˆ’16 src/Sentry.Extensions.Logging/SentryLogger.cs
+1 βˆ’0 src/Sentry.Serilog/Sentry.Serilog.csproj
+1 βˆ’5 src/Sentry.Serilog/SentrySink.cs
+36 βˆ’2 src/Sentry/HubExtensions.cs
+5 βˆ’2 src/Sentry/Internal/Http/RetryAfterHandler.cs
+4 βˆ’9 src/Sentry/Internal/MainExceptionProcessor.cs
+61 βˆ’0 src/Sentry/Internal/SentrySdkNamespaces.cs
+81 βˆ’8 src/Sentry/MeasurementUnit.cs
+2 βˆ’0 src/Sentry/Platforms/Cocoa/BindableSentryOptions.cs
+7 βˆ’4 src/Sentry/Platforms/Cocoa/CocoaProfiler.cs
+2 βˆ’2 src/Sentry/Platforms/Cocoa/CocoaProfilerFactory.cs
+1 βˆ’1 src/Sentry/Platforms/Cocoa/CocoaScopeObserver.cs
+5 βˆ’3 src/Sentry/Platforms/Cocoa/Extensions/MiscExtensions.cs
+1 βˆ’1 src/Sentry/Platforms/Cocoa/RuntimeAdapter.cs
+1 βˆ’1 src/Sentry/Platforms/Cocoa/Sentry.Cocoa.props
+13 βˆ’0 src/Sentry/Platforms/Cocoa/SentryOptions.cs
+2 βˆ’1 src/Sentry/Platforms/Cocoa/SentrySdk.cs
+75 βˆ’7 src/Sentry/Sentry.csproj
+24 βˆ’0 src/Sentry/SentryClientExtensions.cs
+22 βˆ’0 src/Sentry/SentryExceptionExtensions.cs
+32 βˆ’0 src/Sentry/SentrySdk.cs
+1 βˆ’0 test/Sentry.DiagnosticSource.IntegrationTests/SqlListenerTests.RecordsEfAsync.DotNet10_0.verified.txt
+1 βˆ’0 test/Sentry.DiagnosticSource.IntegrationTests/SqlListenerTests.RecordsEfAsync.DotNet8_0.verified.txt
+1 βˆ’0 test/Sentry.DiagnosticSource.IntegrationTests/SqlListenerTests.RecordsEfAsync.DotNet9_0.verified.txt
+1 βˆ’0 test/Sentry.DiagnosticSource.IntegrationTests/SqlListenerTests.RecordsEfAsync.Net4_8.verified.txt
+1 βˆ’0 test/Sentry.DiagnosticSource.IntegrationTests/SqlListenerTests.RecordsSqlAsync.verified.txt
+1 βˆ’0 test/Sentry.EntityFramework.Tests/IntegrationTests.Simple.verified.txt
+15 βˆ’19 test/Sentry.Extensions.Logging.Tests/SentryLoggerTests.cs
+41 βˆ’0 test/Sentry.Serilog.Tests/AspNetCoreIntegrationTests.cs
+24 βˆ’24 test/Sentry.Serilog.Tests/SentrySinkTests.cs
+4 βˆ’0 test/Sentry.Tests/ApiApprovalTests.Run.DotNet10_0.verified.txt
+4 βˆ’0 test/Sentry.Tests/ApiApprovalTests.Run.DotNet8_0.verified.txt
+4 βˆ’0 test/Sentry.Tests/ApiApprovalTests.Run.DotNet9_0.verified.txt
+4 βˆ’0 test/Sentry.Tests/ApiApprovalTests.Run.Net4_8.verified.txt
+144 βˆ’0 test/Sentry.Tests/HubExtensionsTests.cs
+53 βˆ’0 test/Sentry.Tests/HubTests.cs
+43 βˆ’0 test/Sentry.Tests/Internals/Http/HttpTransportTests.cs
+42 βˆ’0 test/Sentry.Tests/Internals/Http/RetryAfterHandlerTests.cs
+2 βˆ’0 test/Sentry.Tests/Internals/MainExceptionProcessorTests.CreateSentryException_Aggregate.verified.txt
+2 βˆ’1 test/Sentry.Tests/Internals/MainExceptionProcessorTests.cs
+49 βˆ’0 test/Sentry.Tests/Internals/SentrySdkNamespacesTests.cs
+38 βˆ’0 test/Sentry.Tests/MeasurementUnitTests.cs
+155 βˆ’0 test/Sentry.Tests/SentryClientExtensionsTests.cs
+60 βˆ’0 test/Sentry.Tests/SentryClientTests.cs
+204 βˆ’0 test/Sentry.Tests/SentrySdkTests.cs
Loading