File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ defmodule Sentry.PlugCapture do
55 It is intended for usage with `Sentry.PlugContext`, which adds relevant request
66 metadata to the Sentry context before errors are captured.
77
8- > #### Cowboy only {: .info}
8+ > #### Only for Cowboy {: .info}
99 >
10- > Note that `Sentry.PlugCapture` is only recommended for Cowboy applications.
11- For applications running on Bandit, which is the default in Phoenix,
12- `Sentry.PlugContext` should be enough, and using `Sentry.PlugCapture` might
13- result in duplicate errors.
10+ > `Sentry.PlugCapture` is only recommended for Cowboy applications.
11+ > For applications running on Bandit, which is the most recent default webserver
12+ > in Phoenix, `Sentry.PlugContext` should be enough, and using `Sentry.PlugCapture`
13+ > might result in duplicate errors.
1414
1515 ## Usage
1616
You can’t perform that action at this time.
0 commit comments