Skip to content

Commit 7f3d5d6

Browse files
committed
Small docs tweaks here and there
1 parent 9e33cc2 commit 7f3d5d6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/sentry.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ defmodule Sentry do
77
88
* Manually — see `capture_exception/2` and `capture_message/2`.
99
10-
* Through an Erlang `:logger` handler — see `Sentry.LoggerHandler`.
10+
* Through an [Erlang `:logger`](https://www.erlang.org/doc/man/logger) handler —
11+
see `Sentry.LoggerHandler`.
1112
1213
* Through an Elixir `Logger` backend — see `Sentry.LoggerBackend`.
1314

mix.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ defmodule Sentry.Mixfile do
4848
groups_for_modules: [
4949
"Plug and Phoenix": [Sentry.PlugCapture, Sentry.PlugContext],
5050
Loggers: [Sentry.LoggerBackend, Sentry.LoggerHandler],
51+
"Data Structures": [Sentry.Attachment, Sentry.CheckIn],
52+
HTTP: [Sentry.HTTPClient, Sentry.HackneyClient],
5153
Interfaces: [~r/^Sentry\.Interfaces/],
5254
Testing: [Sentry.Test]
5355
],

0 commit comments

Comments
 (0)