Skip to content
Snippets Groups Projects
Commit bc43a674 authored by Eric Eastwood's avatar Eric Eastwood
Browse files

Add new_group to intercom whitelist

parent a8cf8ab1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -19,7 +19,7 @@ function configureLogger(statsHandlers, config, logger) {
var meta = _.omit(properties, 'agent:type', 'agent:family', 'agent:version',
'agent:device:family', 'agent:os:family',
'agent:os:version');
meta.eventName = eventName;
 
logger.info('stats.event', meta);
Loading
Loading
@@ -101,6 +101,7 @@ function configureIntercom(statsHandlers, config) {
join_room: true,
create_room: true,
create_group: true,
new_group: true,
join_group: true,
leave_group: true,
user_added_someone: true,
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