UNPKG

@microsoft/compose-language-service

Version:
19 lines 766 B
"use strict"; /*!-------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See LICENSE in the project root for license information. *--------------------------------------------------------------------------------------------*/ Object.defineProperty(exports, "__esModule", { value: true }); exports.initEvent = initEvent; function initEvent(eventName) { return { eventName: eventName, properties: { isActivationEvent: 'false', result: 'Succeeded', }, measurements: {}, groupingStrategy: 'eventNameAndProperties', }; } //# sourceMappingURL=TelemetryEvent.js.map