@vonage/snoop
v0.0.5
Published
[](https://www.npmjs.com/package/@vonage/snoop) [](https://twitter.com/yinon_)
Downloads
133
Maintainers
Keywords
Readme
Welcome to @vonage/snoop 👋
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 iUsage
snoop.start()
snoop.stop()
snoop.resetLog()
snoop.getLog()
snoop.pushCustomEvent([custom event of any type])Run tests
npm run testAuthor
👤 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
