Skip to content

Commit b30254e

Browse files
committed
Update docs.
1 parent 59bc1d9 commit b30254e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lib/error_tracker.ex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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 """

0 commit comments

Comments
 (0)