Skip to content

Commit badfd97

Browse files
fix(remix): Add verify step to manual guide (#11463)
1 parent 7206404 commit badfd97

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,11 @@ export function handleError(
225225

226226
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).
227227

228+
## Verify
229+
This snippet includes an intentional error, so you can test that everything is working as soon as you set it up.
230+
231+
<PlatformContent includePath="getting-started-verify" />
232+
228233
<Note>
229234

230235
You can refer to [Remix Docs](https://remix.run/docs/en/main/guides/envvars#browser-environment-variables) to learn how to use your Sentry DSN with environment variables.

0 commit comments

Comments
 (0)