Skip to content

A JavaScript Bug Tracking Library [WIP]

Notifications You must be signed in to change notification settings

Buster28/allusion

 
 

Repository files navigation

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

About

A JavaScript Bug Tracking Library [WIP]

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 49.8%
  • JavaScript 40.6%
  • HTML 7.9%
  • CSS 1.5%
  • Shell 0.2%