Skip to content

Commit

Permalink
added a sample button to trigger an exception (to be removed again)
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertschuler committed Nov 10, 2024
1 parent 7ffbe90 commit fa66617
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ export default function DeleteProfileForm() {
delete: 'Delete',
})}
</p>
<button
type="button"
onClick={() => {
throw new Error("Sentry Frontend Error");
}}
>
Throw error
</button>
<p>{tCommon('alternativelyEditProfile')}</p>
<TextField
// placeholder={tCommon('deleteAccount')}
Expand Down

0 comments on commit fa66617

Please sign in to comment.