We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
error_ids
1 parent 01b6d17 commit d78a69dCopy full SHA for d78a69d
docs/concepts/search/searchable-properties/session-replay.mdx
@@ -172,9 +172,9 @@ Duration of a replay in seconds.
172
173
- **Type:** number
174
175
-### `error_id`
+### `error_ids`
176
177
-Error instances that have occurred within a replay.
+Error event IDs that have occurred within a replay.
178
179
- **Type:** array
180
@@ -259,7 +259,7 @@ A trace represents the record of the entire operation you want to measure or tra
259
260
### `url`
261
262
-A specific URL that the user visited during the replay.
+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.
263
264
- **Type:** string
265
0 commit comments