Skip to content

Commit 4cea358

Browse files
committed
Update README.md
Update context tags to add two tags instead of one giant one with commas.
1 parent 37dabf8 commit 4cea358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Passing a function to sendError will allow you to quickly populate the propertie
130130
event.eventSession = "20"
131131
event.contextDevice = "pc"
132132
event.contextAppSku = "mobile"
133-
event.contextTags = ["client, frontend"]
133+
event.contextTags = ["client", "frontend"]
134134

135135
event.customProperties = {
136136
customString: {

0 commit comments

Comments
 (0)