aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Wang2020-07-20 16:20:35 -0700
committerNathan Wang2020-07-20 16:21:21 -0700
commit5e7240601120c0f8ac9fe181255b43b3018e6e9e (patch)
treec5980d7035fb4c73b4301628ac1bf9cc2c5eb44f
parentcbce9826a617bcb9f44bb74c7b6a88a7d6c5c42e (diff)
try again to break sentry
-rw-r--r--src/pages/license.tsx6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/pages/license.tsx b/src/pages/license.tsx
index 6a6d361..a7d5ee9 100644
--- a/src/pages/license.tsx
+++ b/src/pages/license.tsx
@@ -9,7 +9,11 @@ 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={methodThatDoesNoteExist}>
+ <button
+ onClick={() => {
+ throw 'Hello Sentry??';
+ }}
+ >
Break the app (and test sentry!)
</button>
<Link to="/" className="block mt-4 underline text-blue-600">