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 cf3c37e commit fc6905dCopy full SHA for fc6905d
lib/error_tracker/schemas/error.ex
@@ -17,7 +17,10 @@ defmodule ErrorTracker.Error do
17
reason: String.t(),
18
source_line: String.t(),
19
source_function: String.t(),
20
- status: :resolved | :unresolved
+ status: :resolved | :unresolved,
21
+ fingerprint: String.t(),
22
+ last_occurrence_at: DateTime.t(),
23
+ muted: boolean()
24
}
25
26
schema "error_tracker_errors" do
0 commit comments