aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Wang2020-07-20 16:26:56 -0700
committerNathan Wang2020-07-20 16:26:56 -0700
commit24573c1fb2a6cee38f5e0a9d8db26c6b6bb63c4c (patch)
tree598da65979da1734770ad3ef996c70c09bd02ea0
parent5e7240601120c0f8ac9fe181255b43b3018e6e9e (diff)
sentry works yay
-rw-r--r--src/pages/license.tsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/pages/license.tsx b/src/pages/license.tsx
index a7d5ee9..c2fe6f6 100644
--- a/src/pages/license.tsx
+++ b/src/pages/license.tsx
@@ -9,13 +9,6 @@ export default function LicensePage(props: PageProps) {
<SEO title="License and Usage" />
<div className="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8">
- <button
- onClick={() => {
- throw 'Hello Sentry??';
- }}
- >
- Break the app (and test sentry!)
- </button>
<Link to="/" className="block mt-4 underline text-blue-600">
&larr; Back to Home
</Link>