We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fb4fd commit 155cbf6Copy full SHA for 155cbf6
README.md
@@ -125,6 +125,13 @@ Passing a function to sendError will allow you to quickly populate the propertie
125
client.sendError(err, "Error", function(event) {
126
127
// set some custom properties on the event
128
+ event.contextOperationTimeMillis = 1000
129
+ event.eventUser = "jake@trakerr.io"
130
+ event.session = "20"
131
+ event.contextDevice = "pc"
132
+ event.contextAppSku = "mobile"
133
+ event.contextTags = ["client, frontend"]
134
+
135
event.customProperties = {
136
customString: {
137
customData1: "Some data"
0 commit comments