Skip to content
Snippets Groups Projects
Commit afa6cb73 authored by Le Roux Bodenstein's avatar Le Roux Bodenstein
Browse files

Blacklist the topics-related notification events for mixpanel.

parent a0b66f66
No related branches found
No related tags found
1 merge request!7Blacklist the topics-related notification events for mixpanel.
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