Skip to content

Commit d78a69d

Browse files
fix(docs): replay search error_ids should be plural (#11322)
* fix(docs): replay search should be plural * ♻️ some wording fixes
1 parent 01b6d17 commit d78a69d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/concepts/search/searchable-properties/session-replay.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ Duration of a replay in seconds.
172172

173173
- **Type:** number
174174

175-
### `error_id`
175+
### `error_ids`
176176

177-
Error instances that have occurred within a replay.
177+
Error event IDs that have occurred within a replay.
178178

179179
- **Type:** array
180180

@@ -259,7 +259,7 @@ A trace represents the record of the entire operation you want to measure or tra
259259

260260
### `url`
261261

262-
A specific URL that the user visited during the replay.
262+
A specific URL that the user visited during the replay. You can also search for multiple URLs at once using `urls` and passing in an array of strings.
263263

264264
- **Type:** string
265265

0 commit comments

Comments
 (0)