Skip to content

Commit 09e515b

Browse files
authored
ref(replays): update replay_type searchable prop (#13130)
* ref(replays): update replay_type searchable prop * error -> buffer
1 parent 335b07d commit 09e515b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ A release is a version of your code deployed to an environment. You can create a
226226

227227
- **Type:** string
228228

229-
### `replayType`
229+
### `replay_type`
230230

231-
The reason a replay was triggered. For example, `session` when `replaysSessionSampleRate` takes effect, or `error` when `replaysOnErrorSampleRate` is sampled instead of `session`.
231+
The reason a replay was triggered. For example, `session` when `replaysSessionSampleRate` takes effect, or `buffer` when `replaysOnErrorSampleRate` is sampled instead of `session`. Learn more in the [Session Replay docs](/platforms/javascript/session-replay/understanding-sessions/).
232232

233233
- **Type:** string
234234

0 commit comments

Comments
 (0)