aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Wang2020-07-20 16:26:56 -0700
committerNathan Wang2020-07-20 16:37:33 -0700
commit0ac436423dff040bf3ea9fb3824fe34f347ad613 (patch)
tree598da65979da1734770ad3ef996c70c09bd02ea0
parentc23d263d385705613b642b1466419cc266456a40 (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>