Skip to content

Commit

Permalink
document how to disable the creationStack / ERR_ERL_CREATED_IN_REQUES…
Browse files Browse the repository at this point in the history
…T_HANDLER validation check.

Relates to #452
  • Loading branch information
nfriedly committed Apr 2, 2024
1 parent fe37463 commit e0b1032
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/error-codes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ app.use(rateLimit({
}))
```
Set `validate: {creationStack: false}` in the options to disable the check.
## Warnings
### `WRN_ERL_MAX_ZERO`
Expand Down

0 comments on commit e0b1032

Please sign in to comment.