@ryanburnette/jslog-browser
v1.2.3
Published
A minimal strategy for logging JavaScript errors in the browser.
Downloads
6
Readme
@ryanburnette/jslog-browser
A minimal strategy for logging JavaScript errors in the browser.
It saves to the window or works with a module loader.
<script src="https://unpkg.com/@ryanburnette/jslog-browser/index.js"></script>
<script>
// set up a quick and dirty express server to store the request body
jslog('https://jslog.mydomain.com/api/errors/create')
</script>