@logeagle/adapter-browser
v2.0.1
Published
Adapter to monitor websites and web application front-ends.
Downloads
2
Maintainers
Readme
Log Eagle browser adapter
Adapter to monitor websites and web application front-ends.
Usage
Add the script to the header of your website or web application.
<script
src="https://unpkg.com/@logeagle/[email protected]/dist/logeagle-adapter-browser.js"
crossorigin
></script>
Configuration
To initialize the adapter with your desired configuration, you need to pass the configuration object to the init
method.
<script
src="https://unpkg.com/@logeagle/[email protected]/dist/logeagle-adapter-browser.js"
crossorigin
></script>
<script>
window.logeagle && window.logeagle.init({ ticket: "2ATNP1AD70" });
</script>
Documentation
Visit our documentation for more.