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