Provide an API to setup default breadcrumbs
See original GitHub issueI would like to ask you for API extension that will allow to setup default breadcrumbs that will be included in all future errors.
The use case is that we have some logic that detects issues with loading scripts (our own or 3rd party). If there is an error happens, we would like to include the fact about these issues to breadcrumbs. That way it will be simpler to see the source of an error.
What is the current behavior?
There is no way to provide default breadcrumbs that will be included in all future errors.
What is the expected behavior?
Some API, like Raven.setBreadcrumbsContext()
, to setup breadcrumbs included in all future errors.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Breadcrumbs Overview & API - ServiceNow Developers
Overriding default values for individual component styles is generally not recommended, as this can cause theming issues. To apply system-wide styling changes ...
Read more >Breadcrumbs Interface - Sentry Developer Documentation
By default, all breadcrumbs are recorded as default , which makes them appear as a Debug entry, but Sentry provides other types that...
Read more >Breadcrumbs for JavaScript | Sentry Documentation
This page provides an overview of manual breadcrumb recording and customization. Learn more about the information that displays on the Issue Details page ......
Read more >Breadcrumbs API · Issue #134 · orchidhq/Orchid - GitHub
The API will come in the form of a new method getBreadcrumbs() on the OrchidPage object. Internally, the Page maintains a Prioritized list...
Read more >Overriding Default Breadcrumbs Using Content Reference ...
You can use optional content reference attributes to override the default breadcrumb behavior for a target content reference when you want to do...
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
@kamilogorek It works now, sorry for bothering you.
@kamilogorek ok, thank you. I’ll check why it doesn’t work for me that way.