This package has been deprecated

Author message:

The package is no longer maintained. Please upgrade to ApplicationInsights-JS@^2.0.0. It now has Fetch instrumentation which is based on the code of this package.

application-insights-fetch-monitor
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

application-insights-fetch-monitor

Fetch API monitor for Application Insights

The monitor is based on official Ajax Monitor and mostly replicates what was done there for fetch function.

Installation

npm i --save applicationinsights-js @types/applicationinsights-js application-insights-fetch-monitor

Usage

import { initAppInsightsFetchMonitor } from "application-insights-fetch-monitor";
 
appInsights.downloadAndSetup({ instrumentationKey: "[YOUR INSTRUMENTATION KEY]" });
initAppInsightsFetchMonitor();

Package Sidebar

Install

npm i application-insights-fetch-monitor

Weekly Downloads

15

Version

1.1.2

License

ISC

Unpacked Size

135 kB

Total Files

38

Last publish

Collaborators

  • m.balaganskiy