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 ece3adc commit 9a2c94aCopy full SHA for 9a2c94a
test/logger_test.exs
@@ -138,6 +138,7 @@ defmodule Sentry.LoggerTest do
138
139
assert List.last(json["stacktrace"]["frames"])["function"] == "NaiveDateTime.from_erl/3"
140
assert List.last(json["stacktrace"]["frames"])["lineno"] == 522
141
+
142
Version.match?(System.version(), ">= 1.5.0") ->
143
assert List.last(json["stacktrace"]["frames"])["vars"] == %{
144
"arg0" => "{}",
0 commit comments