From 8862ede7d8e685d68a9a73359d9e4bcf3bd1a752 Mon Sep 17 00:00:00 2001 From: Simon McConnell <22566656+simonmcconnell@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:44:54 +0800 Subject: [PATCH] mention logger handler in docs --- lib/sentry.ex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/sentry.ex b/lib/sentry.ex index f914b4fe..68dce1cc 100644 --- a/lib/sentry.ex +++ b/lib/sentry.ex @@ -7,6 +7,8 @@ defmodule Sentry do * Manually — see `capture_exception/2` and `capture_message/2`. + * Through an Erlang `:logger` handler — see `Sentry.LoggerHandler`. + * Through an Elixir `Logger` backend — see `Sentry.LoggerBackend`. * Automatically for Plug/Phoenix applications — see the