We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4646ca3 commit fa4347fCopy full SHA for fa4347f
test/plug_capture_test.exs
@@ -123,7 +123,8 @@ defmodule Sentry.PlugCaptureTest do
123
render_errors: [view: Sentry.ErrorView, accepts: ~w(html)]
124
)
125
126
- start_link_supervised!(PhoenixEndpoint)
+ pid = start_supervised!(PhoenixEndpoint)
127
+ Process.link(pid)
128
129
:ok
130
end
0 commit comments