Skip to content

Commit fb30289

Browse files
authored
ref(remix): Re-order manual setup configuration steps (#11680)
1 parent 1024393 commit fb30289

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/platforms/javascript/guides/remix/manual-setup.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,11 @@ export function handleError(
223223
}
224224
```
225225

226-
After you've completed this setup, the SDK will automatically capture unhandled errors and promise rejections, and monitor performance in the client. You can also [manually capture errors](/platforms/javascript/guides/remix/usage).
226+
### Source Maps Upload
227+
228+
To enable readable stack traces, <PlatformLink to="/sourcemaps">configure source maps upload</PlatformLink> for your production builds.
229+
230+
After you've completed this setup, the SDK will automatically capture unhandled errors and promise rejections, and monitor performance. You can also [manually capture errors](/platforms/javascript/guides/remix/usage).
227231

228232
## Verify
229233
This snippet includes an intentional error, so you can test that everything is working as soon as you set it up.
@@ -236,10 +240,6 @@ You can refer to [Remix Docs](https://remix.run/docs/en/main/guides/envvars#brow
236240

237241
</Note>
238242

239-
## Configure Source Maps Upload
240-
241-
To enable readable stack traces, <PlatformLink to="/sourcemaps">configure source maps upload</PlatformLink> for your production builds.
242-
243243
## Custom Express Server
244244

245245
You can import your server instrumentation file at the top of your Express server implementation.

0 commit comments

Comments
 (0)