🏗 Installation
Installing the Gleap SDK takes only a few seconds.- Capacitor v5
- Capacitor v4
- Capacitor v3
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.
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.Required permissions (Android)
In order to use the image picker for attachments, add the following permissions to yourAndroidManifest.xml.
Required permissions (iOS)
In order to use the image picker for attachments, add the following permissions to yourInfo.plist.