1.0.308 • Published 3 years ago

taglog-io-web-client v1.0.308

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

taglog-io-web-client

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save taglog-io-web-client

Usage

import { useTaglogInit } from "taglog-io-web-client";


function TestComponent() {
  const { captureInfo } = useTaglogInit({
    accessKey: "{accessKeyHere}",
    defaultChannel: "{testChannelKey}",
  });

  return <div>
    <Button onClick={(e)=>{
      captureInfo("Button Event Triggered",e);
    }}>Test Action</Button>
  </div>
}

License

MIT © dsaga

1.0.308

3 years ago

1.0.307

3 years ago

1.0.306

3 years ago

1.0.304

3 years ago

1.0.303

3 years ago

1.0.302

3 years ago

1.0.301

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago