Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/platforms/react-native/session-replay/index.mdx
  • Loading branch information
bruno-garcia authored Jul 15, 2024
commit 35aeb98ea22ef7f4b89568fa529b7be27678f0f0
10 changes: 9 additions & 1 deletion docs/platforms/react-native/session-replay/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,17 @@ Make sure your Sentry React Native SDK version is at least 5.26.0.
## Install

If you already have the SDK installed, you can update it to the latest version with:
```
```bash {tabTitle:npm}
npm install @sentry/react-native --save
```

```bash {tabTitle:yarn}
yarn add @sentry/react-native
```

```bash {tabTitle:pnpm}
pnpm add @sentry/react-native
```

## Set Up

Expand Down