Bump ads-extension-telemetry (#14115)

* Bump ads-extension-telemetry

* Fix import
This commit is contained in:
Charles Gagnon
2021-01-29 14:11:44 -08:00
committed by GitHub
parent d98ac86bd9
commit 72b8d96dbc
15 changed files with 50 additions and 50 deletions

View File

@@ -3,7 +3,7 @@
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import AdsTelemetryReporter from 'ads-extension-telemetry';
import AdsTelemetryReporter from '@microsoft/ads-extension-telemetry';
const packageJson = require('../package.json');
export const TelemetryReporter = new AdsTelemetryReporter(packageJson.name, packageJson.version, packageJson.aiKey);