Skip to content

Commit 89d9f18

Browse files
committed
📝 Code refactor
1 parent 82a05ae commit 89d9f18

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
@@ -34,7 +34,7 @@ export default class App extends Component<{}> {
3434
switchValue: false,
3535
colorTheme: 'Dark'
3636
};
37-
Instabug.startWithToken("8020a1fab5139a4be54038a9728c4dc8", Instabug.invocationEvent.shake);
37+
Instabug.startWithToken("APP_TOKEN", Instabug.invocationEvent.shake);
3838
Instabug.setReportCategories("Performance","UI","Flow","Other");
3939
Instabug.setPromptOptionsEnabled(true, true, true);
4040
Instabug.setLocale(Instabug.locale.english);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ protected List<ReactPackage> getPackages() {
2626
new MainReactPackage(),
2727
new RNInstabugReactnativePackage.Builder("YOUR_ANDROID_APPLICATION_TOKEN",MainApplication.this)
2828
.setInvocationEvent("shake")
29-
.setPrimaryColor("#1D82DC")
29+
.setPrimaryColor("#1D82DC")
3030
.setFloatingEdge("left")
3131
.setFloatingButtonOffsetFromTop(250)
3232
.build()

0 commit comments

Comments
 (0)