* add markers for Android profiling * update per comments * Remove beta build flag * update per comment, latest change on telemetry server and others * rebase and fix merge conflicts, and update per comments * update commit hash of mattermost-redux
6 lines
177 B
JavaScript
6 lines
177 B
JavaScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
import telemetry from './telemetry';
|
|
|
|
export default telemetry;
|