Skip to content

Commit

Permalink
docs: clarifies double reporting prevention
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Jan 22, 2025
1 parent 8fce80e commit c96ce99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ def deps do
end
```

You don't need to explicitly list `:error_tracker` in the dependencies. It is already included as part of `:tower_error_tracker`.

If you must list it, you need to list it with `runtime: false`, so you don't get duplicated errors reports.

## Usage

Tell `Tower` to inform `TowerErrorTracker` reporter about errors.
Expand Down

0 comments on commit c96ce99

Please sign in to comment.