Skip to content

Commit 8b07e86

Browse files
authored
docs: Fix code-block syntax
1 parent 3c26f20 commit 8b07e86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ configured it will include that context in the event. Examples of each are below
130130
and for more information see the documentation of `Sentry.Context <https://hexdocs.pm/sentry/Sentry.html#module-filtering-exceptions>`_.
131131

132132
.. code-block:: elixir
133+
133134
# Global Tags context via configuration:
134135
135136
config :sentry,
@@ -159,6 +160,7 @@ they can be matched on in the callback, and have the fingerprint attribute chang
159160
An example configuration and implementation could look like:
160161

161162
.. code-block:: elixir
163+
162164
# sentry.ex
163165
defmodule MyApp.Sentry
164166
def before_send(%{exception: [%{type: DBConnection.ConnectionError}]} = event) do

0 commit comments

Comments
 (0)