Skip to content

Commit dabd0e3

Browse files
bjacquetBruno Jacquet
andauthored
Fix hyperlink tag in Sentry.LoggerBackend's moduledoc (#880)
Co-authored-by: Bruno Jacquet <[email protected]>
1 parent 04c5452 commit dabd0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sentry/logger_backend.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ defmodule Sentry.LoggerBackend do
4242
to `[]`. If set to `:all`, all metadata will be included. `:all` is available
4343
since v9.0.0 of this library.
4444
45-
* `:level` - The minimum [Logger level](https://hexdocs.pm/logger/Logger.html#module-levels
45+
* `:level` - The minimum [Logger level](https://hexdocs.pm/logger/Logger.html#module-levels)
4646
to send events for. Defaults to `:error`.
4747
4848
* `:capture_log_messages` - When `true`, this module will send all Logger

0 commit comments

Comments
 (0)