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();
Instabug.StartWithToken("YOUR_APP_TOKEN_HERE", IBGInvocationEvent.Shake);
Instabug.startWithToken('YOUR_APP_TOKEN_HERE', [
Instabug.invocationEvent.shake
cordova.plugins.instabug.activate(
{ios: 'YOUR_APP_TOKEN_HERE'},
'button', {commentRequired: true, colorTheme: 'dark'}
ArrayList invocationEvents = new ArrayList();
invocationEvents.add(InstabugFlutterPlugin.INVOCATION_EVENT_SHAKE);
new InstabugFlutterPlugin().start(CustomFlutterApplication.this, "YOUR_APP_TOKEN_HERE", invocationEvents);
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
In less than a minute, integrate the Instabug SDK for iOS, Android, React Native, Xamarin, Cordova, Flutter, and Unity mobile apps