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 87ff8cb commit 67cde49Copy full SHA for 67cde49
lib/error_tracker.ex
@@ -65,7 +65,7 @@ defmodule ErrorTracker do
65
@typedoc """
66
A map containing the relevant context for a particular error.
67
"""
68
- @type context :: %{String.t() => any()}
+ @type context :: %{(String.t() | atom()) => any()}
69
70
71
An `Exception` or a `{kind, payload}` tuple compatible with `Exception.normalize/3`.
0 commit comments