Skip to content

Commit

Permalink
docs: links to tower_sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Sep 16, 2024
1 parent 1f545af commit 369087e
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 @@ -16,6 +16,7 @@ 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_rollbar`](https://github.com/mimiquate/tower_rollbar)
- [`tower_sentry`](https://github.com/mimiquate/tower_sentry)
- [`tower_slack`](https://github.com/mimiquate/tower_slack)
- more coming...

Expand Down Expand Up @@ -137,6 +138,7 @@ 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))
- [`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))
- [`TowerSlack`](https://hexdocs.pm/tower_slack) ([`tower_slack`](https://hex.pm/packages/tower_slack))
- and properly set the `config :tower, :reporters, [...]` configuration key

Expand Down
2 changes: 2 additions & 0 deletions lib/tower.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ defmodule Tower do
- 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_rollbar`](https://hexdocs.pm/tower_rollbar)
- [`tower_sentry`](https://hexdocs.pm/tower_sentry)
- [`tower_slack`](https://hexdocs.pm/tower_slack)
- more coming...
Expand Down Expand Up @@ -131,6 +132,7 @@ defmodule Tower do
- 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))
- [`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))
- [`TowerSlack`](https://hexdocs.pm/tower_slack) ([`tower_slack`](https://hex.pm/packages/tower_slack))
- and properly set the `config :tower, :reporters, [...]` configuration key
Expand Down
1 change: 1 addition & 0 deletions lib/tower/reporter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ defmodule Tower.Reporter do
* [tower_email](https://hex.pm/packages/tower_email) ([`TowerEmail`](https://hexdocs.pm/tower_email))
* [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))
* [tower_slack](https://hex.pm/packages/tower_slack) ([`TowerSlack`](https://hexdocs.pm/tower_slack))
"""

Expand Down

0 comments on commit 369087e

Please sign in to comment.