File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
develop-docs/sdk/data-model/event-payloads Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ of an Xcode build or the version code of an Android build.
199199
200200` tags `
201201
202- _ Optional_ . A map or list of tags for this event. Each tag must be less than 200 characters.
202+ _ Optional_ . A map or list of tags for this event. Tags must have string values, and each tag must be less than 200 characters.
203203
204204 ``` json
205205 {
Original file line number Diff line number Diff line change 11` tags `
22
3- : _ Optional_ . A map or list of tags for this event. Each tag must be less than 200 characters.
3+ : _ Optional_ . A map or list of tags for this event. Tags must have string values, and each tag must be less than 200 characters.
44
55 ``` json
66 {
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ _Optional_. Describes the `status` of the Span/Transaction.
139139
140140` tags `
141141
142- _ Optional_ . A map or list of tags for this event. Each tag must be less than 200 characters.
142+ _ Optional_ . A map or list of tags for this event. Tags must have string values, and each tag must be less than 200 characters.
143143
144144 ``` json
145145 {
You can’t perform that action at this time.
0 commit comments