diff --git a/internal/proto/analytics/connections_log.proto b/internal/proto/analytics/connections_log.proto index 031e4a8c..1cb1910a 100644 --- a/internal/proto/analytics/connections_log.proto +++ b/internal/proto/analytics/connections_log.proto @@ -365,6 +365,7 @@ message ConnectionsLog { DCT_ERROR_USER_CANCELLED = 14; DCT_ERROR_SERVICE_CANCELLED = 15; DCT_ERROR_UNVERIFIED_INTEGRITY = 16; + SESSION_SUCCESS = 17; } optional bool is_local_disconnection = 1; optional DisconnectionReason disconnection_reason = 2;