We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Get the latest build here. You probably want to use le.min.js in production.
le.min.js
Include the library in your page:
<html lang="en"> <head> <title>your page</title> <script src="/js/le.min.js"></script> <script> // Create a log stream... LE.init('YOUR-TOKEN'); // ...and log some events! LE.log("Hello, logger!"); </script> </head> ...
Check out the API for more details.
Need a token? Get a free account if you don't already have one.