Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pingmelive authored Sep 25, 2019
1 parent 98c0fc2 commit 94b8efe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ public void onCreate() {
super.onCreate();


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

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

0 comments on commit 94b8efe

Please sign in to comment.