Skip to content

Commit

Permalink
Add viewed_by_id to searchable replay props (#9764)
Browse files Browse the repository at this point in the history
* Add viewed_by_id to searchable replay props

* Update docs/product/reference/search/searchable-properties/session-replay.mdx

Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com>

* Update docs/product/reference/search/searchable-properties/session-replay.mdx

Co-authored-by: Ryan Albrecht <ryan.albrecht@sentry.io>

* Update session-replay.mdx

* Use seen_by_id and keep viewed_by_id as an alias

---------

Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com>
Co-authored-by: Ryan Albrecht <ryan.albrecht@sentry.io>
  • Loading branch information
3 people authored Apr 22, 2024
1 parent f7dbd24 commit 0b4da6b
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,13 @@ Version of the Sentry SDK that sent the event.

- **Type:** string

### `seen_by_id`

Sentry user IDs who have seen this Replay.
Alias: `viewed_by_id`

- **Type:** number

### `trace`

A trace represents the record of the entire operation you want to measure or track — like page load, searched using the UUID generated by Sentry’s SDK.
Expand Down

0 comments on commit 0b4da6b

Please sign in to comment.