PLATFORMS
Effortlessly test new features, enhance app quality, and collect actionable user feedback across platforms with Instabug's out-of-the-box solution
25,000+ Mobile Teams
Rely on Instabug
Instabug.start(
withToken: "YOUR_APP_TOKEN_HERE",
invocationEvents: [.shake, .screenshot]
)
new Instabug.Builder(this, "YOUR_APP_TOKEN_HERE")
.setInvocationEvents(
InstabugInvocationEvent.SHAKE,
InstabugInvocationEvent.SCREENSHOT)
.build();
import Instabug from 'instabug-reactnative';
Instabug.init({
token: 'APP_TOKEN',
invocationEvents: [InvocationEvent.shake],
});
Instabug.startWithToken('YOUR_APP_TOKEN_HERE', [
Instabug.invocationEvent.shake
More than 25,000+ of the top mobile teams in the world rely on Instabug to deliver 5-star apps
Verizon uses Instabug to securely achieve 99.9% crash-free sessions
Instabug + Figma: Mobile Performance Meets Mobile Design
Instabug reduces our mean time to repair while improving the App Store ratings
Integrate the Instabug SDK seamlessly into your iOS, Android, React Native, or Flutter app in under a minute