Skip to content

Commit 5f0c952

Browse files
committed
🔥 Remove incorrect app token from MyApplication.java class
1 parent ad3469b commit 5f0c952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/android/MyApplication.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ public void onCreate()
1919
{
2020
new Instabug.Builder(
2121
this,
22-
"6e9964eddd1a350d6dabf176c6328dac",
23-
InstabugInvocationEvent.FLOATING_BUTTON
22+
"APP_TOKEN",
23+
InstabugInvocationEvent.SHAKE
2424
).build();
2525
BugReporting.setFloatingButtonEdge(InstabugFloatingButtonEdge.LEFT);
2626
BugReporting.setFloatingButtonOffset(250);

0 commit comments

Comments
 (0)