Skip to content

Commit

Permalink
Add button to test Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyi committed Jan 13, 2025
1 parent c2eb7e0 commit 56b8384
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions adminSiteClient/SiteRedirectsIndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ export default function SiteRedirectsIndexPage() {
return (
<AdminLayout title="Site Redirects">
<main>
<button
type="button"
onClick={() => {
throw new Error("Sentry Test Error")
}}
>
Break the world
</button>
<div className="row">
<div className="col-12 col-md-8">
<p>
Expand Down

0 comments on commit 56b8384

Please sign in to comment.