Skip to content

Commit 94b8efe

Browse files
authored
Update README.md
1 parent 98c0fc2 commit 94b8efe

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ public void onCreate() {
2727
super.onCreate();
2828

2929

30-
new pingMeLive.Builder(getApplicationContext())
31-
.setErrorEventEnabled(true) //By Default True - This will send error events to you
32-
.setErrorEventTitle("ERROR_TITLE") //Error Event title
33-
.setAPI_KEY("YOUR_API_KEY") //Your API KEY
34-
.setAPP_ID("YOUR_PROJECT_ID") //Your Project ID
35-
.install();
30+
new pingMeLive.Builder(getApplicationContext())
31+
.setErrorEventEnabled(true) //By Default True - This will send error events to you
32+
.setErrorEventTitle("ERROR_TITLE") //Error Event title
33+
.setAPI_KEY("YOUR_API_KEY") //Your API KEY
34+
.setPROJECT_ID("YOUR_APP_ID") //Your Project ID
35+
.install();
3636

3737
//By default you will get all the crashes and runtime error in a form of error event.
3838
//You will get an API KEY when you will register on pingmelive.com

0 commit comments

Comments
 (0)