Atatus Real User Monitoring and Advanced error tracking plugin for web
npm install atatus-jsAtatus Real User Monitoring and Advanced error tracking plugin for web.
Run bower install atatus-js
Run npm install atatus-js --save
In your web page:
``html`
For more advanced options, refer our documentation.
Atatus is also available from our content delivery network:
`html`
Atatus can be loaded using a module loader like Browserify or Webpack.
`javascript``
var atatus = require('atatus-js');
atatus.config('YOUR_API_KEY').install();