Skip to content

Commit 6d8ba4c

Browse files
authored
Update javascript.express__v7.x.mdx
1 parent e19f427 commit 6d8ba4c

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
@@ -114,6 +114,8 @@ app.use(function onError(err, req, res, next) {
114114
app.listen(3000);
115115
```
116116

117+
## Verify
118+
117119
You can verify the Sentry integration by creating a route that will throw an error:
118120

119121
```javascript
@@ -196,4 +198,4 @@ When capturing errors locally, ensure that your project's data filter for filter
196198

197199
![Issue alert](./img/express-data-filters.png)
198200

199-
This ensures that errors produced by your browser (such as HTTP-method errors) are properly captured.
201+
This ensures that errors produced by your browser (such as HTTP-method errors) are properly captured.

0 commit comments

Comments
 (0)