Skip to content

Commit 098e2d5

Browse files
authored
Use correct default mode in Node OnUnhandledRejection integration (#13132)
resolves #12074
1 parent e38e42a commit 098e2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)