* Track analytics for start time, channel and team switching * Update analytics to include currentUserId and ip 0.0.0.0 * Include diagnostic id with every segment request * feedback review
8 lines
193 B
JavaScript
8 lines
193 B
JavaScript
// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
|
|
// See License.txt for license information.
|
|
|
|
export default {
|
|
initialLoad: 0,
|
|
channelSwitch: 0,
|
|
teamSwitch: 0
|
|
};
|