Skip to content

Commit a2e02be

Browse files
committed
fix
1 parent df17995 commit a2e02be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/sdk/telemetry/spans/span-protocol.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Attributes are stored as key-value pairs where each value is an object with type
163163

164164
| Property | Type | Required | Description |
165165
|----------|------|----------|-------------|
166-
| `type` | string | Yes | The data type of the attribute value. Values: `"string"`, `"integer"`, `"double"`, `"boolean", `"string[]"`, `"integer[]"`, `"double[]"`, `"boolean[]"` |
166+
| `type` | string | Yes | The data type of the attribute value. Values: `"string"`, `"integer"`, `"double"`, `"boolean"`, `"string[]"`, `"integer[]"`, `"double[]"`, `"boolean[]"` |
167167
| `value` | any | Yes | The actual attribute value, must match the specified type |
168168
| `unit` | string | No | The unit of the attribute value. Example values: `"millisecond"`, `"second"`, `"byte"`, `"ratio"`. Units MUST be one of the [MetricUnit](https://getsentry.github.io/relay/relay_metrics/enum.MetricUnit.html)s supported by Relay, excluding `""`, `"none"` or custom units. |
169169

0 commit comments

Comments
 (0)