Skip to content

Commit

Permalink
Update platform-includes/getting-started-node/javascript.express__v7.…
Browse files Browse the repository at this point in the history
…x.mdx

Co-authored-by: Liza Mock <[email protected]>
  • Loading branch information
chargome and lizokm authored Oct 10, 2024
1 parent 399773c commit a57ddaa
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ app.get("/debug-sentry", function mainHandler(req, res) {
});
```

`requestHandler` accepts some options that let you decide what data should be included in the event sent to Sentry.
## `requestHandler`

`requestHandler` accepts some options that let you decide which data should be included in the events that are sent to Sentry.

Possible options are:

Expand Down

0 comments on commit a57ddaa

Please sign in to comment.