Skip to content

Commit a57ddaa

Browse files
chargomelizokm
andauthored
Update platform-includes/getting-started-node/javascript.express__v7.x.mdx
Co-authored-by: Liza Mock <[email protected]>
1 parent 399773c commit a57ddaa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

platform-includes/getting-started-node/javascript.express__v7.x.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ app.get("/debug-sentry", function mainHandler(req, res) {
122122
});
123123
```
124124

125-
`requestHandler` accepts some options that let you decide what data should be included in the event sent to Sentry.
125+
## `requestHandler`
126+
127+
`requestHandler` accepts some options that let you decide which data should be included in the events that are sent to Sentry.
126128

127129
Possible options are:
128130

0 commit comments

Comments
 (0)