0.0.5 • Published 6 years ago

@vonage/snoop v0.0.5

Weekly downloads
1
License
-
Repository
-
Last release
6 years ago

Welcome to @vonage/snoop šŸ‘‹

Version Twitter: yinon_

snoop is a packagd for logging browser events in order to follow occurings prior to an app failure

optional:

<head>
  <link rel="modulepreload" href="./node_modules/@vonage/snoop/snoop.umd.js" />
</head>

import:

<script type="module" src="./node_modules/@vonage/snoop/snoop.umd.js"></script>

✨ Demo

Install

npm i

Usage

snoop.start()
snoop.stop()
snoop.resetLog()
snoop.getLog()
snoop.pushCustomEvent([custom event of any type])

Run tests

npm run test

Author

šŸ‘¤ Yinon Oved

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ā­ļø if this project helped you!


This README was generated with ā¤ļø by readme-md-generator

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago