File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments