Humio.js
Log javascript errors to humio from the browser
Install / Use
/learn @humio/Humio.jsREADME
Javascript Humio
This project is Work-In-Progress and should be considered on Alpha stage
Analytics and Error Logging from the browser to Humio.
Example Usage
<script src="humio.js"></script>
<script>
Humio.init("xt0GSaUvcluUtlRNgV976bUFIIWIsnxue4tCmk0GfHCt")
Humio.registerGlobalErrorHandler(window, "JavascriptError", { appVersion: MyApp.version });
</script>
Stay Tuned
More details to come.
