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 765686b commit fc90a28
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions adminSiteClient/SiteRedirectsIndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@ export default function SiteRedirectsIndexPage() {
return (
<AdminLayout title="Site Redirects">
<main>
<button
onClick={() => {
throw new Error("This is your first error!")
}}
>
Break the world
</button>
<div className="row">
<div className="col-12 col-md-8">
<p>
Expand Down

0 comments on commit fc90a28

Please sign in to comment.