You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ This will allow you to catch and send a specific error to trakerr, also allowing
115
115
```
116
116
117
117
### 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.
119
119
120
120
```javascript
121
121
try {
@@ -127,7 +127,7 @@ Passing a function to sendError will allow you to quickly populate the propertie
0 commit comments