Skip to content
Draft
Changes from all commits
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
4 changes: 2 additions & 2 deletions docs/platforms/javascript/guides/react/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pnpm add @sentry/react

## Configure

Choose the features you want to configure:
Choose the features you want to configure. If you're just getting started, **Error Monitoring** is all you need.

<OnboardingOptionButtons
options={[
Expand All @@ -64,7 +64,7 @@ Choose the features you want to configure:

### Initialize the Sentry SDK

Create a file in your project's root directory (e.g., `instrument.js`) and add your Sentry configuration.
Create a file called `instrument.js` in the same directory as your application entry point (for Vite projects, this is usually `src/`) and add your Sentry configuration.

This file must be imported **before** any other imports in your application entry point.

Expand Down
Loading