Skip to content

Commit

Permalink
[Master] Fix examples, Throttle tests and export dependency types fro…
Browse files Browse the repository at this point in the history
…m Sku (#2026)
  • Loading branch information
MSNev authored Mar 29, 2023
1 parent cd510bc commit 5d7e042
Show file tree
Hide file tree
Showing 6 changed files with 224 additions and 186 deletions.
5 changes: 4 additions & 1 deletion AISKU/src/applicationinsights-web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,7 @@ export {
export { Sender } from "@microsoft/applicationinsights-channel-js";
export { ApplicationInsights as ApplicationAnalytics, IAppInsightsInternal } from "@microsoft/applicationinsights-analytics-js";
export { PropertiesPlugin } from "@microsoft/applicationinsights-properties-js";
export { AjaxPlugin as DependenciesPlugin, IDependenciesPlugin } from "@microsoft/applicationinsights-dependencies-js";
export {
AjaxPlugin as DependenciesPlugin, IDependenciesPlugin,
DependencyListenerFunction, DependencyInitializerFunction, IDependencyInitializerHandler, IDependencyListenerHandler
} from "@microsoft/applicationinsights-dependencies-js";
Loading

0 comments on commit 5d7e042

Please sign in to comment.