Skip to content

Commit

Permalink
docs: links to tower_bugsnag
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Oct 3, 2024
1 parent 94402c2 commit 4ceb41a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ config :tower, :reporters, [TowerEmail.Reporter]

You can pick any of the following reporters or [build your own](https://hexdocs.pm/tower/Tower.html#module-writing-a-custom-reporter).

- [`TowerBugsnag`](https://github.com/mimiquate/tower_bugsnag)
- [`TowerEmail`](https://github.com/mimiquate/tower_email)
- [`TowerErrorTracker`](https://github.com/mimiquate/tower_error_tracker)
- [`TowerHoneybadger`](https://github.com/mimiquate/tower_honeybadger)
Expand Down
2 changes: 2 additions & 0 deletions lib/tower.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,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_bugsnag`](https://hexdocs.pm/tower_bugsnag)
- [`tower_email`](https://hexdocs.pm/tower_email)
- [`tower_error_tracker`](https://hexdocs.pm/tower_error_tracker)
- [`tower_honeybadger`](https://hexdocs.pm/tower_honeybadger)
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`:
- [`TowerBugsnag`](https://hexdocs.pm/tower_bugsnag) ([`tower_bugsnag`](https://hex.pm/packages/tower_bugsnag))
- [`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))
Expand Down
1 change: 1 addition & 0 deletions lib/tower/reporter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ defmodule Tower.Reporter do
Separate packages that implement this behaviour:
* [tower_bugsnag](https://hex.pm/packages/tower_bugsnag) ([`TowerBugsnag`](https://hexdocs.pm/tower_bugsnag))
* [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))
Expand Down

0 comments on commit 4ceb41a

Please sign in to comment.