Skip to content

Commit 2323fa1

Browse files
author
Ali Abdelfattah
authored
Replace deprecated API in Sample App
1 parent bb7aefd commit 2323fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InstabugSample/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default class App extends Component<{}> {
3838
colorTheme: 'Light',
3939
};
4040

41-
Instabug.startWithToken('068ba9a8c3615035e163dc5f829c73be', [
41+
Instabug.start('068ba9a8c3615035e163dc5f829c73be', [
4242
Instabug.invocationEvent.floatingButton,
4343
]);
4444
}

0 commit comments

Comments
 (0)