diff options
| -rw-r--r-- | proto/src/metrics_constants.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 2048cc8e5b02..57c45654da9d 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -3171,6 +3171,9 @@ message MetricsEvent { RESERVED_FOR_LOGBUILDER_CATEGORY = 758; RESERVED_FOR_LOGBUILDER_TYPE = 759; + // ACTION: "Do not show again" was enabled in the support disclaimer and the + // user accepted + ACTION_SKIP_DISCLAIMER_SELECTED = 760; // ---- End O Constants, all O constants go above this line ---- |