Skip to content

Commit fc6905d

Browse files
committed
Document additional fields for errors
1 parent cf3c37e commit fc6905d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/error_tracker/schemas/error.ex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ defmodule ErrorTracker.Error do
1717
reason: String.t(),
1818
source_line: String.t(),
1919
source_function: String.t(),
20-
status: :resolved | :unresolved
20+
status: :resolved | :unresolved,
21+
fingerprint: String.t(),
22+
last_occurrence_at: DateTime.t(),
23+
muted: boolean()
2124
}
2225

2326
schema "error_tracker_errors" do

0 commit comments

Comments
 (0)