Introduction
The Gleap SDK for JavaScript is the easiest way to integrate Gleap into your apps. Communicate with your users directly and build better software by discovering their everyday pain points. Gleap is your all-in-one customer feedback tool for apps and websites.
For the SDK to work, you need an API key, which you can get for free at app.gleap.io.
🏗 Installation
Installing the Gleap SDK takes only a few seconds. We do offer the following two installation methods.
Code snippet: This method always loads the latest version of Gleap and is suitable for all use cases.
npm / yarn: This method allows you to install the Gleap SDK locally and ship it together with your application. This method is usually used with frameworks like Angular, React or Vue.js.
Congrats! You are now all set 🎉 Report your first bug by using the feedback button
😵💫 Common pitfalls
Soft-reloading
Some application stacks clear all HTML & CSS while soft reloading (for example with Ruby on Rails). This results in the widget being removed. In order to re-initialize the widget, we recommend doing a soft re-initialization after the soft reload did take place.
Screenshot rendering issues
If you are facing any screenshot rendering issues, there are a few different action items you could try right away. We have written a complete help page that you can find here.
🤝 Need help?
We are here to help! hello@gleap.io