Skip to content

Commit 816ba4e

Browse files
authored
Update manual-setup.mdx
1 parent bff9631 commit 816ba4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/platforms/javascript/guides/remix/manual-setup.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,9 @@ To verify that Sentry captures errors and creates issues in your Sentry project,
303303
```javascript
304304
<button
305305
type="button"
306-
onClick={
306+
onClick={() => {
307307
throw new Error("Sentry Example Frontend Error");
308-
}
308+
}}
309309
>
310310
<span>
311311
Throw Sample Error

0 commit comments

Comments
 (0)