Skip to content

Commit

Permalink
add SUPPORT_SENT_REPLY_TO_SUPPORT_MESSAGE to AnalyticsTrackerNosara.java
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Apr 29, 2015
1 parent df5964f commit e82ea9e
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -286,6 +286,9 @@ public void track(AnalyticsTracker.Stat stat, Map<String, ?> properties) {
case SUPPORT_OPENED_HELPSHIFT_SCREEN:
eventName = "support_helpshift_screen_opened";
break;
case SUPPORT_SENT_REPLY_TO_SUPPORT_MESSAGE:
eventName = "support_sent_reply_to_support_message";
break;
case LOGIN_FAILED:
eventName = "login_failed_to_login";
break;
Expand Down

0 comments on commit e82ea9e

Please sign in to comment.