getsentry / getsentry/sentry-dotnet
MAUI: Option for adding button text to breadcrumbs
Open
.NET
Feature
Framework: MAUI
- Dominant language
- C#
- Stars
- 770
- Forks
- 248
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 49
Description
### Problem Statement
As of 4.0.2 it is possible to use `IncludeTextInBreadcrumbs` API to include button text in breadcrumb. The drawback is that it also includes Label, Entry, Editor which is likely to contain PII data.
The reason for wanting the button text is to be able to tell what button was clicked where UI has multiple buttons.
### Solution Brainstorm
A new API `IncludeButtonTextInBreadcrumbs`
Contributor guide
Assessment
This issue has not been assessed yet.