import * as Sentry from "@sentry/remix" export default function SentryExamplePage() { return (

{/* biome-ignore lint/a11y/noSvgWithoutTitle: */}

Get started by sending us a sample error:

Next, look for the error on the{" "} Issues Page .

For more information, see{" "} https://docs.sentry.io/platforms/javascript/guides/remix/

) }