Atatus Test

Playground to test errors and notifications in Atatus.

by fizerkhan

HTML

<script src="https://dmc1acwvwny3.cloudfront.net/atatus.js"></script>
<h1>
   Atatus Test App
</h1>

<p>
  This helps you to test errors and notifications in Atatus.
</p>

JavaScript

atatus.config('14ed31d8a3244733a981215a9d66e67b', { version: '1.0.0' }).install();

// Set user 
atatus.setUser('[email protected]');

// Notify error manually. 
atatus.notify(new Error('This is a test error for atatus: ' + (Math.floor(Math.random() * 1000) + 1)))