"use client" import Head from "next/head" import * as Sentry from "@sentry/nextjs" export default function Page() { return (
Sentry Onboarding

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/nextjs/

) }