// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// Note: DON'T Export these const from the package as we are still targeting ES3 this will export a mutable variables that someone could change!!!
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

export const STR_EMPTY = "";
export const STR_CHANNELS = "channels";
export const STR_CORE = "core";
export const STR_CREATE_PERF_MGR = "createPerfMgr";
export const STR_DISABLED = "disabled";
export const STR_EXTENSION_CONFIG = "extensionConfig";
export const STR_EXTENSIONS = "extensions";
export const STR_PROCESS_TELEMETRY = "processTelemetry";
export const STR_PRIORITY = "priority";

export const STR_EVENTS_SENT = "eventsSent";
export const STR_EVENTS_DISCARDED = "eventsDiscarded";
export const STR_EVENTS_SEND_REQUEST = "eventsSendRequest";
export const STR_PERF_EVENT = "perfEvent";

export const STR_ERROR_TO_CONSOLE = "errorToConsole";
export const STR_WARN_TO_CONSOLE = "warnToConsole";

export const STR_GET_PERF_MGR = "getPerfMgr";
