Skip to content

Commit ebefd76

Browse files
committed
fix docs
1 parent 4ff3cae commit ebefd76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/sentry.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ defmodule Sentry do
5454
If you would like to prevent certain exceptions, the `:filter` configuration option
5555
allows you to implement the `Sentry.EventFilter` behaviour. The first argument is the
5656
exception to be sent, and the second is the source of the event. `Sentry.Plug`
57-
will have a source of `:plug`, `Sentry.Logger` will have a source of `:logger`, and `Sentry.Phoenix.Endpoint` will have a source of `:endpoint`.
57+
will have a source of `:plug`, `Sentry.LoggerBackend` will have a source of `:logger`, and `Sentry.Phoenix.Endpoint` will have a source of `:endpoint`.
5858
If an exception does not come from either of those sources, the source will be nil
5959
unless the `:event_source` option is passed to `Sentry.capture_exception/2`
6060
@@ -88,7 +88,7 @@ defmodule Sentry do
8888
8989
## Configuring The `Logger` Backend
9090
91-
See `Sentry.Logger`
91+
See `Sentry.LoggerBackend`
9292
"""
9393

9494
@type send_result :: Sentry.Client.send_event_result() | :excluded | :ignored

0 commit comments

Comments
 (0)