1.0.18 • Published 2 years ago

zap-tracer.js v1.0.18

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Zap : tracer.js

This package installs the client side module for Zap to diagnose, debug and fix bugs in client side JavaScript.

Installation

Install the package using npm if you already use a module bundler like webpack, brunch or gulp by running :

npm install zap-tracer.js

This will install the module globally in your code.

Now you need to initialize the module by including this code in your main JS file :

zapTracer.init('key')

The 'key' here can be obtained from : ~Link to key page~

To track errors manually, you can use the following in your code :

zapTracer.track(error)

Here error is a JS error object defined as per W3C standards.

1.0.18

2 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

5 years ago

1.0.9

5 years ago

1.0.11

5 years ago

1.0.14

5 years ago

1.0.12

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago