diff --git a/CHANGELOG.md b/CHANGELOG.md index a0382cbb90..7012b69f69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Added `CaptureFeedback` overload with `configureScope` parameter ([#4073](https://github.com/getsentry/sentry-dotnet/pull/4073)) - Custom SessionReplay masks in MAUI Android apps ([#4121](https://github.com/getsentry/sentry-dotnet/pull/4121)) +- Auto breadcrumbs now include all .NET MAUI gesture recognizer events ([#4124](https://github.com/getsentry/sentry-dotnet/pull/4124)) ### Fixes diff --git a/samples/Sentry.Samples.Maui/MainPage.xaml b/samples/Sentry.Samples.Maui/MainPage.xaml index 276176d175..a8bf13e5ba 100644 --- a/samples/Sentry.Samples.Maui/MainPage.xaml +++ b/samples/Sentry.Samples.Maui/MainPage.xaml @@ -15,7 +15,11 @@ sentry:SessionReplay.Mask="Unmask" SemanticProperties.Description="Cute dot net bot waving hi to you!" HeightRequest="200" - HorizontalOptions="Center" /> + HorizontalOptions="Center"> + + + +