Skip to content

Commit d9bf43c

Browse files
committed
correct docs
1 parent e528472 commit d9bf43c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/sentry/plug_capture.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ if Code.ensure_loaded?(Plug) do
1616
# ...
1717
end
1818
19-
In a Plug application, it should be added above your router:
19+
In a Plug application, it can be added below your router:
2020
2121
defmodule MyApp.PlugRouter do
22-
use Sentry.PlugCapture
2322
use Plug.Router
23+
use Sentry.PlugCapture
2424
# ...
2525
end
2626
"""

0 commit comments

Comments
 (0)