We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef0e01 commit cd17c82Copy full SHA for cd17c82
1 file changed
README.md
@@ -34,7 +34,7 @@ public void onCreate() {
34
.setErrorEventEnabled(true) //By Default True - This will send error events to you
35
.setErrorEventTitle("ERROR_TITLE") //Error Event title
36
.setAPI_KEY("YOUR_API_KEY") //Your API KEY
37
- .setPROJECT_ID("YOUR_APP_ID") //Your Project ID
+ .setPROJECT_ID("YOUR_PROJECT_ID") //Your Project ID
38
.install();
39
40
//By default you will get all the crashes and runtime error in a form of error event.
0 commit comments