You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/search/searchable-properties/session-replay.mdx
+20-14Lines changed: 20 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Replay activity is calculated based on the number of errors, the number of ui ev
22
22
23
23
### `browser.name`
24
24
25
-
Name of the users' web browser. For example, `Chrome`, `Firefox`, or `Safari`
25
+
Name of the users' web browser. For example, `Chrome`, `Firefox`, or `Safari`.
26
26
27
27
-**Type:** string
28
28
@@ -34,13 +34,13 @@ The version string of the browser.
34
34
35
35
### `click.alt`
36
36
37
-
The `alt` of an element that was clicked. For example, `"a good dog"` would match the element `<img src="/lassie.jpeg" alt="a good dog" />`
37
+
The `alt` of an element that was clicked. For example, `"a good dog"` would match the element `<img src="/lassie.jpeg" alt="a good dog" />`.
38
38
39
39
-**Type:** string
40
40
41
41
### `click.class`
42
42
43
-
The `class` of an element that was clicked. No leading `.` is necessary. For example, `btn-primary` would match the element `<a class="btn btn-primary">Save</a>`
43
+
The `class` of an element that was clicked. No leading `.` is necessary. For example, `btn-primary` would match the element `<a class="btn btn-primary">Save</a>`.
44
44
45
45
-**Type:** string
46
46
@@ -54,19 +54,19 @@ Note: This property requires that your project have [React component name captur
54
54
55
55
### `click.id`
56
56
57
-
The `id` of an element that was clicked. No leading `#` is necessary. For example, `reset-password` would match the element `<a id="reset-password">Reset</a>`
57
+
The `id` of an element that was clicked. No leading `#` is necessary. For example, `reset-password` would match the element `<a id="reset-password">Reset</a>`.
58
58
59
59
-**Type:** string
60
60
61
61
### `click.label`
62
62
63
-
The `aria-label` of an element that was clicked. For example, `Expand` would match the element `<button aria-label="Expand"><img src="/icons/expand.png"/></button>`
63
+
The `aria-label` of an element that was clicked. For example, `Expand` would match the element `<button aria-label="Expand"><img src="/icons/expand.png"/></button>`.
64
64
65
65
-**Type:** string
66
66
67
67
### `click.role`
68
68
69
-
The `role` of an element that was clicked. For example, `button` would match both `<button>Save</button>` and `<a role="button">Submit</a>`
69
+
The `role` of an element that was clicked. For example, `button` would match both `<button>Save</button>` and `<a role="button">Submit</a>`.
70
70
71
71
-**Type:** string
72
72
@@ -78,25 +78,25 @@ An element identified using a subset of CSS selector syntax. For example, `#sect
78
78
79
79
### `click.tag`
80
80
81
-
The tag name of an element that was clicked. For example, `input` would match `<input name="username" />`
81
+
The tag name of an element that was clicked. For example, `input` would match `<input name="username" />`.
82
82
83
83
-**Type:** string
84
84
85
85
### `click.testid`
86
86
87
-
The `data-testid` or `data-test-id` of an element that was clicked. For example, `user-name` would match the element `<a data-testid="user-name">User Name</a>`
87
+
The `data-testid` or `data-test-id` of an element that was clicked. For example, `user-name` would match the element `<a data-testid="user-name">User Name</a>`.
88
88
89
89
-**Type:** string
90
90
91
91
### `click.textContent`
92
92
93
-
The immediate `textContent` of an element that was clicked. For example, `Save` would match `<button>Save</button>` but wouldn't match `<button><h1>Save</h1></button>`
93
+
The immediate `textContent` of an element that was clicked. For example, `Save` would match `<button>Save</button>` but wouldn't match `<button><h1>Save</h1></button>`.
94
94
95
95
-**Type:** string
96
96
97
97
### `click.title`
98
98
99
-
The `title` of an element that was clicked. For example, `Save this comment` would match the element `<a title="Save this comment" class="btn btn-primary">Save</a>`
99
+
The `title` of an element that was clicked. For example, `Save this comment` would match the element `<a title="Save this comment" class="btn btn-primary">Save</a>`.
100
100
101
101
-**Type:** string
102
102
@@ -144,7 +144,7 @@ Similar to the `click.selector` search property, but only queries on [dead click
144
144
145
145
### `device.brand`
146
146
147
-
Brand of the device
147
+
Brand of the device.
148
148
149
149
-**Type:** string
150
150
@@ -162,7 +162,7 @@ Internal hardware revision to identify the device exactly.
162
162
163
163
### `device.name`
164
164
165
-
Details of the device
165
+
Details of the device.
166
166
167
167
-**Type:** string
168
168
@@ -204,7 +204,7 @@ Severity of the event (such as: fatal, error, warning). Always set to info for t
204
204
205
205
### `os.name`
206
206
207
-
The name of the operating system. For example, `Windows`, `Mac OS X`, or `Linux`
207
+
The name of the operating system. For example, `Windows`, `Mac OS X`, or `Linux`.
208
208
209
209
-**Type:** string
210
210
@@ -244,6 +244,11 @@ The reason a replay was triggered. For example, `session` when `replaysSessionSa
244
244
245
245
-**Type:** string
246
246
247
+
### `screen`
248
+
249
+
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.
250
+
Alias: `url`
251
+
247
252
### `sdk.name`
248
253
249
254
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
272
277
### `url`
273
278
274
279
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.
280
+
Alias: `screen`
275
281
276
282
-**Type:** string
277
283
@@ -301,7 +307,7 @@ Full name of the country of the user's geolocation.
301
307
302
308
### `user.geo.subdivision`
303
309
304
-
Full name of the subdivision of the user's geolocation. (For example, state, province, etc.)
310
+
Full name of the subdivision of the user's geolocation. (For example, state, province, etc.).
0 commit comments