bugsense

bugsense API

Usage no npm install needed!

<script type="module">
  import bugsense from 'https://cdn.skypack.dev/bugsense';
</script>

README

Bugsense API for node & web

Web Usage

Assuming you're using catchall, just drop-in a one liner.

<html>
  <head>
    <script type="text/javascript" src="https://raw.github.com/crcn/mesh-bugsense/master/bugsense.min.js?apiKey=[KEY_HERE]"></script>
  </head>
  <body>
  </body>
</html>

Node Usage

//TODO