You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/sentry.ex
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ defmodule Sentry do
54
54
If you would like to prevent certain exceptions, the `:filter` configuration option
55
55
allows you to implement the `Sentry.EventFilter` behaviour. The first argument is the
56
56
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`.
58
58
If an exception does not come from either of those sources, the source will be nil
59
59
unless the `:event_source` option is passed to `Sentry.capture_exception/2`
0 commit comments