You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/javascript/guides/react/index.mdx
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,10 +201,6 @@ To capture Redux state data, use `Sentry.createReduxEnhancer` when initializing
201
201
202
202
Let's test your setup and confirm that Sentry is working correctly and sending data to your Sentry project.
203
203
204
-
</OnboardingOption>
205
-
206
-
</OnboardingSteps>
207
-
208
204
### Issues
209
205
210
206
To verify that Sentry captures errors and creates issues in your Sentry project, add the following test button to one of your pages, which will trigger an error that Sentry will capture when you click it:
@@ -227,6 +223,8 @@ To verify that Sentry captures errors and creates issues in your Sentry project,
Choose the features you want to configure, and this guide will show you how:
15
19
@@ -34,8 +38,11 @@ yarn add @sentry/svelte
34
38
```bash {tabTitle:pnpm}
35
39
pnpm add @sentry/svelte
36
40
```
41
+
</OnboardingOption>
37
42
38
-
## Step 2: Configure
43
+
<OnboardingOptionisStep>
44
+
45
+
## Configure
39
46
40
47
To use the SDK, initialize it in your Svelte entry point before bootstrapping your app. In a typical Svelte project, that is your `main.js` or `main.ts` file.
41
48
@@ -160,10 +167,10 @@ const app = new App({
160
167
161
168
exportdefaultapp;
162
169
```
163
-
164
-
<OnboardingSteps>
170
+
</OnboardingOption>
165
171
166
172
<OnboardingOptionisStep>
173
+
167
174
## Add Readable Stack Traces With Source Maps (Optional)
0 commit comments