UNPKG

@microsoft/compose-language-service

Version:
16 lines 665 B
/*!-------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See LICENSE in the project root for license information. *--------------------------------------------------------------------------------------------*/ export function initEvent(eventName) { return { eventName: eventName, properties: { isActivationEvent: 'false', result: 'Succeeded', }, measurements: {}, groupingStrategy: 'eventNameAndProperties', }; } //# sourceMappingURL=TelemetryEvent.js.map