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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

### Dependencies

- Bump .NET SDK from v6.5.0-33-g0140be0a to v6.7.0 ([#2761](https://github.com/getsentry/sentry-unity/pull/2761), [#2762](https://github.com/getsentry/sentry-unity/pull/2762))
- Bump .NET SDK from v6.5.0-33-g0140be0a to v6.7.0 ([#2761](https://github.com/getsentry/sentry-unity/pull/2761), [#2762](https://github.com/getsentry/sentry-unity/pull/2762), [#2768](https://github.com/getsentry/sentry-unity/pull/2768))
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#670)
- [diff](https://github.com/getsentry/sentry-dotnet/compare/6.5.0-33-g0140be0a...6.7.0)
- Bump Java SDK from v8.48.0 to v8.49.0 ([#2766](https://github.com/getsentry/sentry-unity/pull/2766))
Expand Down
2 changes: 1 addition & 1 deletion src/sentry-dotnet
Submodule sentry-dotnet updated 79 files
+10 βˆ’0 .editorconfig
+5 βˆ’12 .generated.NoMobile.slnx
+0 βˆ’1 .gitattributes
+0 βˆ’45 .githooks/pre-commit
+1 βˆ’1 .github/CODEOWNERS
+5 βˆ’0 .github/actions/environment/action.yml
+36 βˆ’0 .github/actions/install-zstd/action.yml
+5 βˆ’0 .github/workflows/build.yml
+0 βˆ’25 CONTRIBUTING.md
+0 βˆ’1 README.md
+5 βˆ’12 Sentry.slnx
+0 βˆ’19 dev.cs
+1 βˆ’1 samples/Sentry.Samples.Log4Net/Program.cs
+1 βˆ’1 samples/Sentry.Samples.Log4Net/Sentry.Samples.Log4Net.csproj
+1 βˆ’2 samples/Sentry.Samples.NLog/NLog.config
+0 βˆ’1 samples/Sentry.Samples.NLog/Program.cs
+7 βˆ’17 src/Sentry.AspNetCore/SentryMiddleware.cs
+0 βˆ’4 src/Sentry.AspNetCore/SentryWebHostBuilderExtensions.cs
+1 βˆ’1 src/Sentry.Bindings.Android/Sentry.Bindings.Android.csproj
+0 βˆ’16 src/Sentry.Log4Net/LevelMapping.cs
+0 βˆ’6 src/Sentry.Log4Net/Sentry.Log4Net.csproj
+0 βˆ’57 src/Sentry.Log4Net/SentryAppender.Structured.cs
+8 βˆ’45 src/Sentry.Log4Net/SentryAppender.cs
+10 βˆ’1 src/Sentry.Maui/Internal/ScreenshotAttachment.cs
+0 βˆ’15 src/Sentry.NLog/LogLevelExtensions.cs
+0 βˆ’6 src/Sentry.NLog/Sentry.NLog.csproj
+0 βˆ’91 src/Sentry.NLog/SentryTarget.Structured.cs
+84 βˆ’125 src/Sentry.NLog/SentryTarget.cs
+0 βˆ’12 src/Sentry.Serilog/SentrySerilogOptions.cs
+7 βˆ’23 src/Sentry.Serilog/SentrySinkExtensions.cs
+2 βˆ’1 src/Sentry/Ben.BlockingDetector/TaskBlockingListener.cs
+0 βˆ’75 src/Sentry/HubExtensions.cs
+0 βˆ’5 src/Sentry/IScopeObserver.cs
+0 βˆ’87 src/Sentry/ISpanRecorder.cs
+0 βˆ’9 src/Sentry/Internal/ScopeObserver.cs
+0 βˆ’114 src/Sentry/Internal/SpanRecorder.cs
+0 βˆ’12 src/Sentry/Platforms/Android/AndroidScopeObserver.cs
+0 βˆ’12 src/Sentry/Platforms/Cocoa/CocoaScopeObserver.cs
+0 βˆ’3 src/Sentry/Platforms/Native/CFunctions.cs
+0 βˆ’3 src/Sentry/Platforms/Native/NativeScopeObserver.cs
+2 βˆ’19 src/Sentry/Protocol/Envelopes/Envelope.cs
+1 βˆ’26 src/Sentry/Scope.cs
+0 βˆ’20 src/Sentry/SentryAttachment.cs
+1 βˆ’4 src/Sentry/SentryClient.cs
+1 βˆ’15 src/Sentry/SentryLog.cs
+0 βˆ’20 src/Sentry/SentrySdk.cs
+3 βˆ’12 src/Sentry/ViewHierarchyAttachment.cs
+0 βˆ’14 test/.editorconfig
+1 βˆ’0 test/CommonModuleInit.cs
+1 βˆ’2 test/Sentry.AspNetCore.Tests/MiddlewareLoggerIntegration.cs
+1 βˆ’36 test/Sentry.AspNetCore.Tests/SentryMiddlewareTests.cs
+0 βˆ’6 test/Sentry.Log4Net.Tests/Sentry.Log4Net.Tests.csproj
+0 βˆ’291 test/Sentry.Log4Net.Tests/SentryAppenderTests.Structured.cs
+1 βˆ’11 test/Sentry.Log4Net.Tests/SentryAppenderTests.cs
+0 βˆ’1 test/Sentry.NLog.Tests/ApiApprovalTests.Run.DotNet10_0.verified.txt
+0 βˆ’1 test/Sentry.NLog.Tests/ApiApprovalTests.Run.DotNet8_0.verified.txt
+0 βˆ’1 test/Sentry.NLog.Tests/ApiApprovalTests.Run.DotNet9_0.verified.txt
+0 βˆ’1 test/Sentry.NLog.Tests/ApiApprovalTests.Run.Net4_8.verified.txt
+0 βˆ’6 test/Sentry.NLog.Tests/Sentry.NLog.Tests.csproj
+0 βˆ’210 test/Sentry.NLog.Tests/SentryTargetTests.Structured.cs
+1 βˆ’26 test/Sentry.NLog.Tests/SentryTargetTests.cs
+2 βˆ’6 test/Sentry.Serilog.Tests/ApiApprovalTests.Run.DotNet10_0.verified.txt
+2 βˆ’6 test/Sentry.Serilog.Tests/ApiApprovalTests.Run.DotNet8_0.verified.txt
+2 βˆ’6 test/Sentry.Serilog.Tests/ApiApprovalTests.Run.DotNet9_0.verified.txt
+2 βˆ’6 test/Sentry.Serilog.Tests/ApiApprovalTests.Run.Net4_8.verified.txt
+0 βˆ’1 test/Sentry.Serilog.Tests/Sentry.Serilog.Tests.csproj
+1 βˆ’50 test/Sentry.Serilog.Tests/SentrySerilogSinkExtensionsTests.cs
+0 βˆ’2 test/Sentry.Testing/Sentry.Testing.csproj
+1 βˆ’23 test/Sentry.Tests/ApiApprovalTests.Run.DotNet10_0.verified.txt
+1 βˆ’23 test/Sentry.Tests/ApiApprovalTests.Run.DotNet8_0.verified.txt
+1 βˆ’23 test/Sentry.Tests/ApiApprovalTests.Run.DotNet9_0.verified.txt
+1 βˆ’23 test/Sentry.Tests/ApiApprovalTests.Run.Net4_8.verified.txt
+2 βˆ’3 test/Sentry.Tests/AttachmentHelper.cs
+0 βˆ’22 test/Sentry.Tests/AttachmentTests.cs
+0 βˆ’152 test/Sentry.Tests/HubExtensionsRecordTests.cs
+1 βˆ’0 test/Sentry.Tests/ModuleInit.cs
+0 βˆ’28 test/Sentry.Tests/Protocol/Envelopes/EnvelopeTests.cs
+0 βˆ’93 test/Sentry.Tests/ScopeTests.cs
+0 βˆ’69 test/Sentry.Tests/SentryClientTests.cs
Loading