diff options
author | Nathan Wang | 2020-07-20 16:11:56 -0700 |
---|---|---|
committer | Nathan Wang | 2020-07-20 16:11:56 -0700 |
commit | a653aca388886e3579b485b624b265eab951c42a (patch) | |
tree | f8e209622c6f6b1e134446c0bbf21e090f23e40b | |
parent | e6befcb806266d649a9a8de432e0e7852f55541b (diff) |
test sentry
-rw-r--r-- | src/pages/license.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pages/license.tsx b/src/pages/license.tsx index c2fe6f6..6a6d361 100644 --- a/src/pages/license.tsx +++ b/src/pages/license.tsx @@ -9,6 +9,9 @@ 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}> + Break the app (and test sentry!) + </button> <Link to="/" className="block mt-4 underline text-blue-600"> ← Back to Home </Link> |