diff --git a/docs/platforms/javascript/common/configuration/integrations/unhandledrejection.mdx b/docs/platforms/javascript/common/configuration/integrations/unhandledrejection.mdx index 40b1c5e3b8f4f..a486671cfa525 100644 --- a/docs/platforms/javascript/common/configuration/integrations/unhandledrejection.mdx +++ b/docs/platforms/javascript/common/configuration/integrations/unhandledrejection.mdx @@ -91,4 +91,4 @@ mimics the behavior of [node's](https://nodejs.org/api/cli.html#--unhandled-reje - `warn`: Always trigger a warning, no matter if the unhandledRejection hook is set or not but do not print the deprecation warning. - `none`: Silence all warnings. -Defaults to `none`. +Defaults to `warn`.