From c1e16de33b517debfb945f8a2fa656035d64c622 Mon Sep 17 00:00:00 2001 From: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:55:40 -0700 Subject: [PATCH 1/2] fix(docs): replay search should be plural --- docs/concepts/search/searchable-properties/session-replay.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/search/searchable-properties/session-replay.mdx b/docs/concepts/search/searchable-properties/session-replay.mdx index 4a7da864b65d4..e1a6bd495b6ab 100644 --- a/docs/concepts/search/searchable-properties/session-replay.mdx +++ b/docs/concepts/search/searchable-properties/session-replay.mdx @@ -172,7 +172,7 @@ Duration of a replay in seconds. - **Type:** number -### `error_id` +### `error_ids` Error instances that have occurred within a replay. From 5c9328f126bf1cfcf8f536db57f32933f7d4df73 Mon Sep 17 00:00:00 2001 From: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:58:43 -0700 Subject: [PATCH 2/2] :recycle: some wording fixes --- docs/concepts/search/searchable-properties/session-replay.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/search/searchable-properties/session-replay.mdx b/docs/concepts/search/searchable-properties/session-replay.mdx index e1a6bd495b6ab..c9191b37bc4f1 100644 --- a/docs/concepts/search/searchable-properties/session-replay.mdx +++ b/docs/concepts/search/searchable-properties/session-replay.mdx @@ -174,7 +174,7 @@ Duration of a replay in seconds. ### `error_ids` -Error instances that have occurred within a replay. +Error event IDs that have occurred within a replay. - **Type:** array @@ -259,7 +259,7 @@ A trace represents the record of the entire operation you want to measure or tra ### `url` -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. - **Type:** string