Skip to content

Commit

Permalink
docs: links to tower_error_tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Sep 26, 2024
1 parent 05b4e2d commit a49cd6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ You can either:
Or:
- include one (or many) of the following reporters (separate packages) that build on top of and depend on `tower`:
- [`tower_email`](https://github.com/mimiquate/tower_email)
- [`tower_error_tracker`](https://github.com/mimiquate/tower_error_tracker)
- [`tower_honeybadger`](https://github.com/mimiquate/tower_honeybadger)
- [`tower_rollbar`](https://github.com/mimiquate/tower_rollbar)
- [`tower_sentry`](https://github.com/mimiquate/tower_sentry)
Expand Down Expand Up @@ -138,6 +139,7 @@ So, in summary, you can either
or
- depend on one (or many) of the following reporters (separate packages) that build on top and depend on `tower`:
- [`TowerEmail`](https://hexdocs.pm/tower_email) ([`tower_email`](https://hex.pm/packages/tower_email))
- [`TowerErrorTracker`](https://hexdocs.pm/tower_error_tracker) ([`tower_error_tracker`](https://hex.pm/packages/tower_error_tracker))
- [`TowerHoneybadger`](https://hexdocs.pm/tower_honeybadger) ([`tower_honeybadger`](https://hex.pm/packages/tower_honeybadger))
- [`TowerRollbar`](https://hexdocs.pm/tower_rollbar) ([`tower_rollbar`](https://hex.pm/packages/tower_rollbar))
- [`TowerSentry`](https://hexdocs.pm/tower_sentry) ([`tower_sentry`](https://hex.pm/packages/tower_sentry))
Expand Down
2 changes: 2 additions & 0 deletions lib/tower.ex
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ defmodule Tower do
Or:
- include one (or many) of the following reporters (separate packages) that build on top of and depend on `tower`:
- [`tower_email`](https://hexdocs.pm/tower_email)
- [`tower_error_tracker`](https://hexdocs.pm/tower_error_tracker)
- [`tower_honeybadger`](https://hexdocs.pm/tower_honeybadger)
- [`tower_rollbar`](https://hexdocs.pm/tower_rollbar)
- [`tower_sentry`](https://hexdocs.pm/tower_sentry)
Expand Down Expand Up @@ -132,6 +133,7 @@ defmodule Tower do
or
- depend on one (or many) of the following reporters (separate packages) that build on top and depend on `tower`:
- [`TowerEmail`](https://hexdocs.pm/tower_email) ([`tower_email`](https://hex.pm/packages/tower_email))
- [`TowerErrorTracker`](https://hexdocs.pm/tower_error_tracker) ([`tower_error_tracker`](https://hex.pm/packages/tower_error_tracker))
- [`TowerHoneybadger`](https://hexdocs.pm/tower_honeybadger) ([`tower_honeybadger`](https://hex.pm/packages/tower_honeybadger))
- [`TowerRollbar`](https://hexdocs.pm/tower_rollbar) ([`tower_rollbar`](https://hex.pm/packages/tower_rollbar))
- [`TowerSentry`](https://hexdocs.pm/tower_sentry) ([`tower_sentry`](https://hex.pm/packages/tower_sentry))
Expand Down
1 change: 1 addition & 0 deletions lib/tower/reporter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ defmodule Tower.Reporter do
Separate packages that implement this behaviour:
* [tower_email](https://hex.pm/packages/tower_email) ([`TowerEmail`](https://hexdocs.pm/tower_email))
* [tower_error_tracker](https://hex.pm/packages/tower_error_tracker) ([`TowerErrorTracker`](https://hexdocs.pm/tower_error_tracker))
* [tower_honeybadger](https://hex.pm/packages/tower_honeybadger) ([`TowerHoneybadger`](https://hexdocs.pm/tower_honeybadger))
* [tower_rollbar](https://hex.pm/packages/tower_rollbar) ([`TowerRollbar`](https://hexdocs.pm/tower_rollbar))
* [tower_sentry](https://hex.pm/packages/tower_sentry) ([`TowerSentry`](https://hexdocs.pm/tower_sentry))
Expand Down

0 comments on commit a49cd6e

Please sign in to comment.