Skip to content

Commit

Permalink
chore: change dmt success tag
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdebs committed Oct 3, 2023
1 parent d38ad43 commit a157780
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private ReportManager() {
private static final String DEVICE_MODE_DISCARD_COUNTER_TAG = "dm_discard";
private static final String CLOUD_MODE_EVENT_COUNTER_TAG = "cm_event";
private static final String DMT_SUBMITTED_COUNTER_TAG = "dmt_submitted";
private static final String DMT_RESPONSE_COUNTER_TAG = "dmt_response";
private static final String DMT_RESPONSE_COUNTER_TAG = "dmt_success";
private static final String DMT_DISCARD_COUNTER_TAG = "dmt_discard";
private static final String DMT_RETRY_COUNTER_TAG = "dmt_retry";
private static final String CLOUD_MODE_EVENT_UPLOAD_SUCCESS_COUNTER_TAG = "cm_attempt_success";
Expand Down

0 comments on commit a157780

Please sign in to comment.