diff --git a/src/app/sentry-example-page/page.jsx b/src/app/sentry-example-page/page.jsx deleted file mode 100644 index dce2206..0000000 --- a/src/app/sentry-example-page/page.jsx +++ /dev/null @@ -1,86 +0,0 @@ -"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/ - -

-
-
- ); -} diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index d561958..4de19ea 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -17,7 +17,12 @@ export default function Footer() {