Skip to content

Commit a57d5ed

Browse files
committed
Specify rejections not reported by default in docs
1 parent 34d6f37 commit a57d5ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/error-reporting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ errors.report(new Error('Something broke!'));
6666

6767
## Unhandled Rejections
6868

69-
Unhandled Rejections are reported by default. The reporting of unhandled rejections can be disabled using the `reportUnhandledRejections` configuration option. See the [Configuration](#configuration) section for more details.
69+
Unhandled Rejections are not reported by default. The reporting of unhandled rejections can be enabled using the `reportUnhandledRejections` configuration option. See the [Configuration](#configuration) section for more details.
7070

7171
If unhandled rejections are set to be reported, then, when an unhandled rejection occurs, a message is printed to standard out indicated that an unhandled rejection had occurred and is being reported, and the value causing the rejection is reported to the error-reporting console.
7272

0 commit comments

Comments
 (0)