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 dd62fa1 commit 4c8d61cCopy full SHA for 4c8d61c
lib/sentry/phoenix_endpoint.ex
@@ -28,6 +28,9 @@ defmodule Sentry.Phoenix.Endpoint do
28
try do
29
super(conn, opts)
30
catch
31
+ kind, %Phoenix.Router.NoRouteError{} ->
32
+ :erlang.raise(kind, %Phoenix.Router.NoRouteError{}, __STACKTRACE__)
33
+
34
kind, reason ->
35
stacktrace = __STACKTRACE__
36
request = Sentry.Plug.build_request_interface_data(conn, [])
0 commit comments