Package Exports
- gleap
- gleap/build/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gleap) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Gleap JavaScript SDK
The Gleap SDK for JavScript is the easiest way to integrate Gleap into your apps! Achieve better app quality with comprehensive in-app bug reporting & customer feedback for your web-apps and websites.
📖 Docs & Examples
Checkout our documentation for full reference.
🚀 Getting started
1.) Register an account at www.gleap.io. It's free and takes just a few seconds.
2.) Include the Gleap JS SDK within your apps.
Installation via nom
Install the Gleap package via npm or yarn.
npm install gleap --save
Import the Gleap package.
import Gleap from 'gleap';
Initialize the SDK
Add the following code to initialize the Gleap JavaScript SDK. Replace "SDK-TOKEN" with your actual SDK token from the Gleap dashboard.
Gleap.initialize("SDK-TOKEN");
Congrats, you are now all set! Report your first bug by using the feedback button.
🤝 Need help?
We are here to help! hello@gleap.io