Skip to content

Commit dafc763

Browse files
committed
update verify snippet to be consistent
1 parent 19ae84e commit dafc763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/getting-started-verify/javascript.hono.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
First, let's verify that Sentry captures errors and creates issues in your Sentry project. Add the following code snippet to your main application file, adding a route that triggers an error that Sentry will capture:
44

55
```javascript
6-
app.get("/debug-sentry", (c) => {
6+
app.get("/debug-sentry", () => {
77
throw new Error("My first Sentry error!");
88
});
99
```

0 commit comments

Comments
 (0)