Add text to elements in breadcrumbs ui.click
See original GitHub issueIt’d make things easier especially for apps where the classnames don’t reveal much.
Something along the lines of :
div > button.btn.btn-lg.btn-primary "Purchase"
If the element contains alot of text, it could be truncated.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:8
- Comments:18 (10 by maintainers)
Top Results From Across the Web
How to improve ui Sentry.io breadcrumbs? - Stack Overflow
Simply add beforeBreadcrumb(breadcrumb, hint) { if (breadcrumb.category === 'ui.click') { const { target } = hint.event; if (target.
Read more >Breadcrumb navigation - CSS: Cascading Style Sheets | MDN
Breadcrumb navigation helps the user to understand their location in the website by providing a breadcrumb trail back to the start page.
Read more >Breadcrumbs In Web Design: Examples And Best Practices
In their simplest form, breadcrumbs are horizontally arranged text links separated by the “greater than” symbol (>); the symbol indicates the ...
Read more >How To Make a Breadcrumb Navigation - W3Schools
Learn how to create a breadcrumb navigation with CSS. ... Add a slash symbol (/) before/behind each list item */ ... text-decoration: underline;...
Read more >Breadcrumb - Bootstrap
Since breadcrumbs provide a navigation, it's a good idea to add a meaningful label such as aria-label="breadcrumb" to describe the type of navigation...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just wanted to add - I’m using react & styled-components so my class names are automatically generated, would be great to have some more context (without having to manually
captureBreadcrumb
):+1 for showing ID’s, or a custom tag like
data-sentry-id="Some text here"