File tree
3 files changed
+9
-1
lines changed- src
- test/Sentry.Unity.Tests/Stubs
3 files changed
+9
-1
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 |
| |
24 | 27 |
| |
25 | 28 |
| |
|
Submodule sentry-dotnet updated 44 files
- .github/actions/environment/action.yml+2-1
- .github/workflows/codeql-analysis.yml+2-2
- CHANGELOG.md+23-4
- Directory.Build.props+2-2
- global.json+1
- samples/Sentry.Samples.AspNetCore.Mvc/Controllers/HomeController.cs+1-1
- samples/Sentry.Samples.Maui/MainPage.xaml+2
- samples/Sentry.Samples.Maui/MauiProgram.cs+8-3
- samples/Sentry.Samples.Maui/Platforms/Android/MainActivity.cs+3
- src/Sentry.Maui/AssemblyInfo.cs+3
- src/Sentry.Maui/Internal/MauiButtonEventsBinder.cs-1
- src/Sentry.Maui/Internal/MauiEventsBinder.cs+72-71
- src/Sentry.Maui/Internal/MauiVisualElementEventsBinder.cs+66
- src/Sentry.Maui/SentryMauiAppBuilderExtensions.cs+1
- src/Sentry.Maui/SentryMauiOptions.cs+1-1
- src/Sentry.Maui/SessionReplay.cs+90
- src/Sentry.Maui/SessionReplayMaskMode.cs+32
- src/Sentry/Extensibility/DisabledHub.cs+7
- src/Sentry/Extensibility/HubAdapter.cs+8
- src/Sentry/IHub.cs+8
- src/Sentry/Internal/Hub.cs+29-2
- src/Sentry/Platforms/Android/NativeOptions.cs+12
- src/Sentry/Scope.cs+19
- src/Sentry/Sentry.csproj+7-7
- src/Sentry/SentryOptions.cs+4-1
- src/Sentry/SentrySdk.cs+7
- src/Sentry/TransactionTracer.cs+7-2
- src/Sentry/buildTransitive/Sentry.targets+5-2
- test/Sentry.Android.AssemblyReader.Tests/Sentry.Android.AssemblyReader.Tests.csproj+12-4
- test/Sentry.Maui.Tests/ApiApprovalTests.Run.DotNet8_0.verified.txt+14-1
- test/Sentry.Maui.Tests/ApiApprovalTests.Run.DotNet9_0.verified.txt+14-1
- test/Sentry.Maui.Tests/MauiEventsBinderTests.VisualElement.cs+3
- test/Sentry.Maui.Tests/MauiEventsBinderTests.cs+4
- test/Sentry.Maui.Tests/MauiVisualElementEventsBinderTests.cs+59
- test/Sentry.Maui.Tests/Sentry.Maui.Tests.csproj+2-2
- test/Sentry.Profiling.Tests/SamplingTransactionProfilerTests.cs+4
- test/Sentry.Tests/ApiApprovalTests.Run.DotNet8_0.verified.txt+4
- test/Sentry.Tests/ApiApprovalTests.Run.DotNet9_0.verified.txt+4
- test/Sentry.Tests/ApiApprovalTests.Run.Net4_8.verified.txt+4
- test/Sentry.Tests/Extensibility/HubAdapterTests.cs+17
- test/Sentry.Tests/HubTests.cs+21
- test/Sentry.Tests/Protocol/SentryTransactionTests.cs+24
- test/Sentry.Tests/ScopeTests.cs+105
- test/Sentry.Tests/SentrySdkTests.cs+17
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
175 | 180 |
|
0 commit comments