1 file changed
+1
-1
lines changedSubmodule sentry-dotnet updated 31 files
- CHANGELOG.md+6
- integration-test/common.ps1+1
- samples/Directory.Build.props+1-1
- src/Sentry/Extensibility/DisabledHub.cs+5
- src/Sentry/Extensibility/HubAdapter.cs+5
- src/Sentry/GlobalSessionManager.cs+30-5
- src/Sentry/IHub.cs+5
- src/Sentry/ISessionManager.cs+2
- src/Sentry/Integrations/UnobservedTaskExceptionIntegration.cs+2-1
- src/Sentry/Internal/Hub.cs+4-1
- src/Sentry/Internal/MainExceptionProcessor.cs+6
- src/Sentry/PersistedSessionUpdate.cs+11-2
- src/Sentry/Platforms/Android/LogCatAttachmentEventProcessor.cs+4-2
- src/Sentry/Protocol/Mechanism.cs+18
- src/Sentry/SentryClient.cs+17-12
- src/Sentry/SentryEvent.cs+50-7
- src/Sentry/SentryExceptionExtensions.cs+11-1
- src/Sentry/SentrySdk.cs+3
- src/Sentry/SentrySession.cs+15
- src/Sentry/SessionEndStatus.cs+6-1
- test/Sentry.Maui.Device.TestApp/Directory.Build.props+1
- test/Sentry.Tests/ApiApprovalTests.Run.DotNet10_0.verified.txt+10-3
- test/Sentry.Tests/ApiApprovalTests.Run.DotNet8_0.verified.txt+10-3
- test/Sentry.Tests/ApiApprovalTests.Run.DotNet9_0.verified.txt+10-3
- test/Sentry.Tests/ApiApprovalTests.Run.Net4_8.verified.txt+10-3
- test/Sentry.Tests/GlobalSessionManagerTests.cs+155
- test/Sentry.Tests/HubTests.cs+78
- test/Sentry.Tests/Internals/MainExceptionProcessorTests.cs+33
- test/Sentry.Tests/Protocol/Exceptions/MechanismTests.cs+31
- test/Sentry.Tests/Protocol/SentryEventTests.cs+73
- test/Sentry.Tests/SentryClientTests.cs+19-15
0 commit comments