Skip to content
Snippets Groups Projects
Commit e51883bc authored by Andrew Newdigate's avatar Andrew Newdigate Committed by GitHub
Browse files

Merge pull request #7 from gitterHQ/blacklist-notification-stats

Blacklist the topics-related notification events for mixpanel.
parents 172b4f36 afa6cb73
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -245,7 +245,11 @@ function configureMixpanel(statsHandlers, config) {
client_error_5xx: true,
unread_notification_sent: true,
charge_failed: true,
suggest_room: true
suggest_room: true,
topics_notification_email: true,
topic_notification_email: true,
reply_notification_email: true,
comment_notification_email: true,
};
 
var Mixpanel = require('mixpanel');
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment