2.0.8 • Published 2 months ago

@springtree/eva-sdk-core-service-monitor v2.0.8

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 months ago

@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();
2.0.8

2 months ago

2.0.7

2 months ago

2.0.6

2 months ago

2.0.5

2 months ago

2.0.4

3 months ago

2.0.3

3 months ago

2.0.2

3 months ago

2.0.1

3 months ago

2.0.0

3 months ago

1.1.21

7 months ago

1.1.20

1 year ago

1.1.19

1 year ago

1.1.18

2 years ago

1.1.17

2 years ago

1.1.16

2 years ago

1.1.15

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago