Skip to main content
The Gleap SDK for Ionic / Capacitor 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.
Install the Gleap package via npm.
Sync your capacitor dependencies:

Initialize the Gleap SDK by adding the following code to your index.js/.tsx file or main component.
/ Capacitor
Congrats! You are now all set 🎉 Report your first bug by using the feedback button

🌍 Data region

Gleap stores and processes your data in the region you selected at signup: EU (default) or US. If your project lives in the US region, select the region before initializing the SDK (requires SDK v18.0.0 or newer). EU projects don’t need this call.
See Data regions for all hosts and details.

Required permissions (Android)

In order to use the image picker for attachments, add the following permissions to your AndroidManifest.xml.
The following permissions are needed to enable audio recordings.

Required permissions (iOS)

In order to use the image picker for attachments, add the following permissions to your Info.plist.
The following permissions are needed to enable audio recordings.

🤝 Need help?

We are here to help! hello@gleap.io