We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d742408 commit 2e71876Copy full SHA for 2e71876
1 file changed
README.md
@@ -31,7 +31,7 @@ public void onCreate() {
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_APP_ID") //Your APP ID
+ .setAPP_ID("YOUR_PROJECT_ID") //Your Project ID
35
.install();
36
37
//By default you will get all the crashes and runtime error in a form of error event.
0 commit comments