We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7aefd commit 2323fa1Copy full SHA for 2323fa1
InstabugSample/App.js
@@ -38,7 +38,7 @@ export default class App extends Component<{}> {
38
colorTheme: 'Light',
39
};
40
41
- Instabug.startWithToken('068ba9a8c3615035e163dc5f829c73be', [
+ Instabug.start('068ba9a8c3615035e163dc5f829c73be', [
42
Instabug.invocationEvent.floatingButton,
43
]);
44
}
0 commit comments