We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3b28e commit a9f0803Copy full SHA for a9f0803
lib/sentry.ex
@@ -7,6 +7,8 @@ defmodule Sentry do
7
8
* Manually — see `capture_exception/2` and `capture_message/2`.
9
10
+ * Through an Erlang `:logger` handler — see `Sentry.LoggerHandler`.
11
+
12
* Through an Elixir `Logger` backend — see `Sentry.LoggerBackend`.
13
14
* Automatically for Plug/Phoenix applications — see the
0 commit comments