Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 950 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 950 Bytes

AllusionJS


build svg codecov svg

AllusionJS is an open source JavaScript bug tracking library. Import AllusionJS to any JavaScript project to start tracking errors in your environments.

Install as an npm dependency

    npm i allusionjs

Import allusion like this as early as possible after loading the page.

    import { Allusion } from 'allusionjs';

    let _alsn = new Allusion({ trackingUrl: 'https://track.yourdomain.com' });
    _alsn.init() // call this as a first thing after bootstraping your app.

here, https://track.yourdomain.com should lead to your inhouse logging and alerting platforms.

Jump to docs