Skip to content

wbeard/haystackjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haystackjs

A JavaScript binding for haystack, Error Reporting for Humans

How to install

NPM
npm install --save haystackjs

Usage

  1. Just import your local copy of haystack
  2. Then configure it with the token we gave you
<script src="path/to/haystack/dist/index.js">
</script>
<script>
  Haystack.configure({
    projectName: 'Name of your awesome project',
    token: <Your given token>
  });
</script>

Nice! Now you should be receiving any errors from your site or app in your inbox.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published