Skip to content

Commit d7cdf0b

Browse files
committed
Fix broken code block in docs
1 parent f2c942c commit d7cdf0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/config.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ If using an environment with Plug or Phoenix add the following to your router:
2020
If you'd like to capture errors from separate processes like `Task` that may crash, add the line ``:ok = :error_logger.add_report_handler(Sentry.Logger)`` to your application's start function:
2121

2222
.. code-block:: elixir
23+
2324
def start(_type, _opts) do
2425
children = [
2526
supervisor(Task.Supervisor, [[name: Sentry.TaskSupervisor]]),

0 commit comments

Comments
 (0)