Skip to content

Commit 5f0be9f

Browse files
committed
Update README.md
Fixes spelling mistake.
1 parent 155cbf6 commit 5f0be9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ This will allow you to catch and send a specific error to trakerr, also allowing
115115
```
116116

117117
### Option-3: Send error to Trakerr programmatically and populate some custom properties on the event
118-
Passing a function to sendError will allow you to quickly populate the properties of the created AppEvent. For AppEvent's properties, see it's docs in the generated folder. The function must take in a parameter.
118+
Passing a function to sendError will allow you to quickly populate the properties of the created AppEvent. For [AppEvent's properties](generated/docs/AppEvent.md), see it's docs in the generated folder. The function must take in a parameter.
119119

120120
```javascript
121121
try {
@@ -127,7 +127,7 @@ Passing a function to sendError will allow you to quickly populate the propertie
127127
// set some custom properties on the event
128128
event.contextOperationTimeMillis = 1000
129129
event.eventUser = "jake@trakerr.io"
130-
event.session = "20"
130+
event.eventSession = "20"
131131
event.contextDevice = "pc"
132132
event.contextAppSku = "mobile"
133133
event.contextTags = ["client, frontend"]

0 commit comments

Comments
 (0)