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 ca7d0ed commit f010584Copy full SHA for f010584
lib/sentry/logger_backend.ex
@@ -76,7 +76,7 @@ defmodule Sentry.LoggerBackend do
76
end
77
78
case Keyword.get(meta, :crash_reason) do
79
- {reason, stacktrace} ->
+ {reason, stacktrace} when is_list(stacktrace) ->
80
if ignore_plug &&
81
Enum.any?(stacktrace, fn {module, function, arity, _file_line} ->
82
match?({^module, ^function, ^arity}, {Plug.Cowboy.Handler, :init, 2}) ||
0 commit comments