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
6767 of your code the code was executed in a given request / process.
6868
6969 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
7171 exceptions' breadcrumbs will be automatically populated.
7272
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:
7474
7575 ```elixir
7676 ErrorTracker.add_breadcrumb("Executed my super secret code")
7777 ```
7878
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.
8180 """
8281
8382 @ typedoc """
You can’t perform that action at this time.
0 commit comments