Skip to content

Commit c2b2cc2

Browse files
aliu39michellewzhangcoolguyzone
authored
feat(replay): document user.geo search props (#13645)
Depends on getsentry/sentry#91315 Ref - getsentry/team-replay#566 --------- Co-authored-by: Michelle Zhang <[email protected]> Co-authored-by: Alex Krawiec <[email protected]>
1 parent 4bf6552 commit c2b2cc2

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,30 @@ An alternative, or addition, to the username. Sentry is aware of email addresses
275275

276276
- **Type:** string
277277

278+
### `user.geo.city`
279+
280+
Full name of the city of the user's geolocation.
281+
282+
- **Type:** string
283+
284+
### `user.geo.country_code`
285+
286+
Country of the user's geolocation. Country code is based on [ISO 3166-1](https://www.iso.org/iso-3166-country-codes.html).
287+
288+
- **Type:** string
289+
290+
### `user.geo.region`
291+
292+
Full name of the country of the user's geolocation.
293+
294+
- **Type:** string
295+
296+
### `user.geo.subdivision`
297+
298+
Full name of the subdivision of the user's geolocation. (For example, state, province, etc.)
299+
300+
- **Type:** string
301+
278302
### `user.id`
279303

280304
Application-specific internal identifier for the user.

0 commit comments

Comments
 (0)