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 69bd29a
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
```

> [!NOTE]
> Don't list `:error_tracker` in the dependencies, it is already included as part of `:tower_error_tracker`.
> If you really must list it, list it with [`runtime: false`](https://hexdocs.pm/mix/Mix.Tasks.Deps.html#module-dependency-definition-options), so you don't get duplicated errors reports.
## Usage

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

0 comments on commit 69bd29a

Please sign in to comment.