UNPKG

botbuilder-applicationinsights

Version:

Application Insights extensions for Microsoft BotBuilder.

10 lines (9 loc) 258 B
/** * @module botbuilder-applicationinsights */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ export * from './applicationInsightsTelemetryClient'; export * from './telemetryInitializerMiddleware';