From badfd976102c49eb20129b27066a1d7fa391f5e7 Mon Sep 17 00:00:00 2001 From: Priscila Oliveira Date: Mon, 30 Sep 2024 19:30:28 +0200 Subject: [PATCH] fix(remix): Add verify step to manual guide (#11463) --- docs/platforms/javascript/guides/remix/manual-setup.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/platforms/javascript/guides/remix/manual-setup.mdx b/docs/platforms/javascript/guides/remix/manual-setup.mdx index 1dde0df1de0d0..5ce76ce26aed6 100644 --- a/docs/platforms/javascript/guides/remix/manual-setup.mdx +++ b/docs/platforms/javascript/guides/remix/manual-setup.mdx @@ -225,6 +225,11 @@ export function handleError( 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). +## Verify +This snippet includes an intentional error, so you can test that everything is working as soon as you set it up. + + + 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.