From 5535ee12c3228167b8b5fee7b75f19d292333ce2 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 20 Aug 2024 16:13:40 +0800 Subject: [PATCH] Remove example page --- packages/web/pages/sentry-example-page.jsx | 77 ---------------------- 1 file changed, 77 deletions(-) delete mode 100644 packages/web/pages/sentry-example-page.jsx diff --git a/packages/web/pages/sentry-example-page.jsx b/packages/web/pages/sentry-example-page.jsx deleted file mode 100644 index 115cb5e38..000000000 --- a/packages/web/pages/sentry-example-page.jsx +++ /dev/null @@ -1,77 +0,0 @@ -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/ - -

-
-
- ); -}