2.3.2 • Published 3 years ago

@logowl/adapter-browser v2.3.2

Weekly downloads
213
License
ISC
Repository
github
Last release
3 years ago

Log Owl 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/@logowl/adapter-browser@2.3.2/dist/logowl-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/@logowl/adapter-browser@2.3.2/dist/logowl-adapter-browser.js" crossorigin></script>

<script>
  window.logowl && window.logowl.init({ ticket: '2ATNP1AD70' });
</script>

Documentation

Visit our documentation for more.

2.3.2

3 years ago

2.3.1

3 years ago

2.3.0

4 years ago

2.2.4

4 years ago

2.2.3

4 years ago

2.2.0

4 years ago

2.2.2

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago