Skip to content

Commit ca9ef02

Browse files
docs(develop): Specify that tags must have string values
1 parent 9d550cb commit ca9ef02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

develop-docs/sdk/data-model/event-payloads/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

develop-docs/sdk/data-model/event-payloads/properties/tags.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
{

develop-docs/sdk/data-model/event-payloads/span.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)