Skip to content

Commit 19ae84e

Browse files
PR feedback
Co-authored-by: Charly Gomez <[email protected]>
1 parent 420ec9e commit 19ae84e

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
@@ -15,7 +15,7 @@ app.get("/debug-sentry", (c) => {
1515
To test your tracing configuration, update the previous code snippet by starting a trace to measure the time it takes for the execution of your code:
1616

1717
```javascript
18-
app.get("/debug-sentry", async (c) => {
18+
app.get("/debug-sentry", async () => {
1919
await Sentry.startSpan(
2020
{
2121
op: "test",

0 commit comments

Comments
 (0)