@springtree/eva-sdk-core-service-monitor
TypeScript icon, indicating that this package has built-in type declarations

2.0.8 • Public • Published

@springtree/eva-sdk-core-service-monitor

A network performance and monitoring add on for EVA SDK service calls

This interceptor captures the timing and responses of all the service calls going through the EVA SDK. It provides statistics about the number of network calls, their timings and success or error responses. The metrics are stored in the IndexedDB database of the browser.

Usage

import { evaServiceMonitor } from '@springtree/eva-sdk-core-service-monitor';

// This will register and enable the interceptor with the EvaService class
// Activation will perform some database initialization and cleanup
// which can be await'ed or done in the background
//
await evaServiceMonitor.activate();

Readme

Keywords

none

Package Sidebar

Install

npm i @springtree/eva-sdk-core-service-monitor

Weekly Downloads

74

Version

2.0.8

License

UNLICENSED

Unpacked Size

45.3 kB

Total Files

23

Last publish

Collaborators

  • mdoeswijk
  • janvandenberg
  • adebree
  • appie
  • springtree_solutions