Skip to content

talha0113/ApplicationInsights

Repository files navigation

Build Status npm version NPM downloads HitCount GitHub issues

@mtno/insights

  • @mtno/insights contains reusable Microsoft Application Insights library to be used in different projects.
  • It is built using WebPack and TypeScript. Some basic unit tests using jest

Usage

To use this in your project, run:

npm install --save-dev @mtno/insights
npm install --save-dev webpack
npm install --save-dev webpack-cli

Modify your project's WebPack Configuration file and include following section:

plugins: [
        new webpack.DllReferencePlugin({
            context: ".",
            manifest: require('@mtno/insights/mtno-insights-manifest.json')
        })
]

Include the refrence of the Insights bundle either from UNPKG CDN or deploy the bundle file as part of ayour application

About

Microsoft Application Insights to be used as reusable vendor bundle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published