2.0.1367 • Published 5 years ago

@mtno/insights v2.0.1367

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 years ago

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

2.0.1367

5 years ago

2.0.902

6 years ago

2.0.890

6 years ago

2.0.862

6 years ago

2.0.852

6 years ago

2.0.841

6 years ago

1.0.835

6 years ago

1.0.834

6 years ago

1.0.831

6 years ago