Добавить авто-регистрацию тикетов (hash/dedupe/500/WS). Refs EventHub/EventHubBack#35
This commit is contained in:
+3
-2
@@ -210,14 +210,15 @@
|
||||
error_hash :: binary(),
|
||||
error_message :: binary(),
|
||||
stacktrace :: binary(),
|
||||
context :: binary(), % ← новое поле (term_to_binary)
|
||||
context :: binary(),
|
||||
count :: non_neg_integer(),
|
||||
first_seen :: calendar:datetime(),
|
||||
last_seen :: calendar:datetime(),
|
||||
status :: open | in_progress | resolved | closed,
|
||||
assigned_to :: binary(),
|
||||
resolution_note :: binary(),
|
||||
closed_at :: calendar:datetime() | undefined
|
||||
closed_at :: calendar:datetime() | undefined,
|
||||
source :: binary() % <<"backend">> | <<"frontend">> | <<"manual">>
|
||||
}).
|
||||
|
||||
%% ------------------- Подписки ----------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user