Skip to content

Commit 2e71876

Browse files
authored
Update README.md
1 parent d742408 commit 2e71876

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public void onCreate() {
3131
.setErrorEventEnabled(true) //By Default True - This will send error events to you
3232
.setErrorEventTitle("ERROR_TITLE") //Error Event title
3333
.setAPI_KEY("YOUR_API_KEY") //Your API KEY
34-
.setAPP_ID("YOUR_APP_ID") //Your APP ID
34+
.setAPP_ID("YOUR_PROJECT_ID") //Your Project ID
3535
.install();
3636

3737
//By default you will get all the crashes and runtime error in a form of error event.

0 commit comments

Comments
 (0)