Closed odarriba closed 3 days ago
Early review before doing docs and so on is appreciated @crbelaus can you take a look? 👀
I've pushed a small commit that adds a CustomException
with bread crumbs so we can check how they interact with the breadcrumbs sent by ErrorTracker.add_breadcrumb/1
.
Ready to review again @crbelaus 🙌
This change adds support for breadcrumbs as a first-class field on our occurrences.
Breadcrumbs are now a way to store a list of strings indicating in which order they were added, so they can be used to track which code was executed and on which order. They are managed per-process (which in Phoenix means per-request in general)
Ash
andSplode
was updated to match the new system