Skip to content

Commit 6b4ea10

Browse files
authored
Merge pull request #667 from Instabug/fix/sample-app-token
[MOB-7961] Update Sample App token
2 parents dd6075a + 66c3a39 commit 6b4ea10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

InstabugSample/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Home extends Component<{}> {
4242
colorTheme: 'Light',
4343
};
4444

45-
Instabug.start('068ba9a8c3615035e163dc5f829c73be', [
45+
Instabug.start('2c63627b9923e10eee2c8abf92e6925f', [
4646
Instabug.invocationEvent.floatingButton,
4747
]);
4848
}

InstabugSample/android/app/src/main/java/com/instabugsample/MainApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public ReactNativeHost getReactNativeHost() {
4545
@Override
4646
public void onCreate() {
4747
super.onCreate();
48-
new RNInstabugReactnativePackage.Builder("YOUR_TOKEN", MainApplication.this)
48+
new RNInstabugReactnativePackage.Builder("2c63627b9923e10eee2c8abf92e6925f", MainApplication.this)
4949
.setInvocationEvent("button")
5050
.setPrimaryColor("#1D82DC")
5151
.setFloatingEdge("left")

0 commit comments

Comments
 (0)