File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -67,17 +67,16 @@ defmodule ErrorTracker do
67
67
of your code the code was executed in a given request / process.
68
68
69
69
Using breadcrumbs allows you to add that information to any error generated and
70
- stored on a given process / request. And if you are using `Ash` or `Splode`their
70
+ stored on a given process / request. And if you are using `Ash` or `Splode` their
71
71
exceptions' breadcrumbs will be automatically populated.
72
72
73
- If you want to add a breadcrumb you can do so:
73
+ If you want to add a breadcrumb in a point of your code you can do so:
74
74
75
75
```elixir
76
76
ErrorTracker.add_breadcrumb("Executed my super secret code")
77
77
```
78
78
79
- Breadcrumbs can be viewed in the dashboard while viewing the details of an
80
- occurrence.
79
+ Breadcrumbs can be viewed in the dashboard on the details page of an occurrence.
81
80
"""
82
81
83
82
@ typedoc """
You can’t perform that action at this time.
0 commit comments