Skip to content

Commit e50b592

Browse files
committed
docs: Update readme
1 parent 4327317 commit e50b592

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/replay/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# @sentry/replay
1+
# Sentry Session Replay
22

33
Note: Session Replay is currently in beta.
44

55
## Pre-requisites
66

7-
For the sentry-replay integration to work, you must have the [Sentry browser SDK package](https://www.npmjs.com/package/@sentry/browser), or an equivalent framework SDK (e.g. [@sentry/react](https://www.npmjs.com/package/@sentry/react)) installed. The minimum version required for the SDK is `7.x`.
7+
For the sentry-replay integration to work, you must have the [Sentry browser SDK package](https://www.npmjs.com/package/@sentry/browser), or an equivalent framework SDK (e.g. [@sentry/react](https://www.npmjs.com/package/@sentry/react)) installed. The minimum version required for the SDK is `7.23.0`.
88

9+
Make sure to use the exact same version of `@sentry/replay` as your other Sentry package(s) are, e.g. `@sentry/browser` or `@sentry/react`.
910

1011
`@sentry/replay` requires Node 12+, and browsers newer than IE11.
1112

0 commit comments

Comments
 (0)