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 14, 2025
1 parent d67fc63 commit ec3f4ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions site/gdocs/pages/AboutPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ import Footnotes from "../components/Footnotes.js"
export default function AboutPage({ content, slug }: OwidGdocAboutInterface) {
return (
<main className="about-page centered-article-container grid grid-cols-12-full-width">
<button
className=""
onClick={() => {
throw new Error("Test Sentry error from site")
}}
>
Break the world
</button>
<h1 className="about-header col-start-2 col-end-limit display-2-semibold">
About
</h1>
Expand Down

0 comments on commit ec3f4ad

Please sign in to comment.