We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c01a6 commit 86b26c6Copy full SHA for 86b26c6
lib/error_tracker/schemas/occurrence.ex
@@ -60,7 +60,7 @@ defmodule ErrorTracker.Occurrence do
60
61
context
62
rescue
63
- _e in Protocol.UndefinedError ->
+ _e ->
64
Logger.warning(
65
"[ErrorTracker] Context has been ignored: it is not serializable to JSON."
66
)
0 commit comments