diff --git a/docs/concepts/search/searchable-properties/session-replay.mdx b/docs/concepts/search/searchable-properties/session-replay.mdx index 53371e46db6206..280192fe724485 100644 --- a/docs/concepts/search/searchable-properties/session-replay.mdx +++ b/docs/concepts/search/searchable-properties/session-replay.mdx @@ -22,7 +22,7 @@ Replay activity is calculated based on the number of errors, the number of ui ev ### `browser.name` -Name of the users' web browser. For example, `Chrome`, `Firefox`, or `Safari` +Name of the users' web browser. For example, `Chrome`, `Firefox`, or `Safari`. - **Type:** string @@ -34,13 +34,13 @@ The version string of the browser. ### `click.alt` -The `alt` of an element that was clicked. For example, `"a good dog"` would match the element `a good dog` +The `alt` of an element that was clicked. For example, `"a good dog"` would match the element `a good dog`. - **Type:** string ### `click.class` -The `class` of an element that was clicked. No leading `.` is necessary. For example, `btn-primary` would match the element `Save` +The `class` of an element that was clicked. No leading `.` is necessary. For example, `btn-primary` would match the element `Save`. - **Type:** string @@ -54,19 +54,19 @@ Note: This property requires that your project have [React component name captur ### `click.id` -The `id` of an element that was clicked. No leading `#` is necessary. For example, `reset-password` would match the element `Reset` +The `id` of an element that was clicked. No leading `#` is necessary. For example, `reset-password` would match the element `Reset`. - **Type:** string ### `click.label` -The `aria-label` of an element that was clicked. For example, `Expand` would match the element `` +The `aria-label` of an element that was clicked. For example, `Expand` would match the element ``. - **Type:** string ### `click.role` -The `role` of an element that was clicked. For example, `button` would match both `` and `Submit` +The `role` of an element that was clicked. For example, `button` would match both `` and `Submit`. - **Type:** string @@ -78,25 +78,25 @@ An element identified using a subset of CSS selector syntax. For example, `#sect ### `click.tag` -The tag name of an element that was clicked. For example, `input` would match `` +The tag name of an element that was clicked. For example, `input` would match ``. - **Type:** string ### `click.testid` -The `data-testid` or `data-test-id` of an element that was clicked. For example, `user-name` would match the element `User Name` +The `data-testid` or `data-test-id` of an element that was clicked. For example, `user-name` would match the element `User Name`. - **Type:** string ### `click.textContent` -The immediate `textContent` of an element that was clicked. For example, `Save` would match `` but wouldn't match `` +The immediate `textContent` of an element that was clicked. For example, `Save` would match `` but wouldn't match ``. - **Type:** string ### `click.title` -The `title` of an element that was clicked. For example, `Save this comment` would match the element `Save` +The `title` of an element that was clicked. For example, `Save this comment` would match the element `Save`. - **Type:** string @@ -144,7 +144,7 @@ Similar to the `click.selector` search property, but only queries on [dead click ### `device.brand` -Brand of the device +Brand of the device. - **Type:** string @@ -162,7 +162,7 @@ Internal hardware revision to identify the device exactly. ### `device.name` -Details of the device +Details of the device. - **Type:** string @@ -204,7 +204,7 @@ Severity of the event (such as: fatal, error, warning). Always set to info for t ### `os.name` -The name of the operating system. For example, `Windows`, `Mac OS X`, or `Linux` +The name of the operating system. For example, `Windows`, `Mac OS X`, or `Linux`. - **Type:** string @@ -244,6 +244,11 @@ The reason a replay was triggered. For example, `session` when `replaysSessionSa - **Type:** string +### `screen` + +A specific Screen or View that the user visited during the replay. You can also search for multiple Screens at once using `screens` and passing in an array of strings. +Alias: `url` + ### `sdk.name` Name of the Sentry SDK that sent the event. @@ -272,6 +277,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. You can also search for multiple URLs at once using `urls` and passing in an array of strings. +Alias: `screen` - **Type:** string @@ -301,7 +307,7 @@ Full name of the country of the user's geolocation. ### `user.geo.subdivision` -Full name of the subdivision of the user's geolocation. (For example, state, province, etc.) +Full name of the subdivision of the user's geolocation. (For example, state, province, etc.). - **Type:** string