Skip to content

Commit 874fa6c

Browse files
authored
Use correct default mode in Node OnUnhandledRejection integration
resolves #12074
1 parent 8361005 commit 874fa6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/platforms/javascript/common/configuration/integrations/unhandledrejection.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ mimics the behavior of [node's](https://nodejs.org/api/cli.html#--unhandled-reje
9191
- `warn`: Always trigger a warning, no matter if the unhandledRejection hook is set or not but do not print the deprecation warning.
9292
- `none`: Silence all warnings.
9393

94-
Defaults to `none`.
94+
Defaults to `warn`.

0 commit comments

Comments
 (0)