We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d0294 commit 846e0b9Copy full SHA for 846e0b9
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