From 6c0a399e134f754daa17c5957244a597e24dea13 Mon Sep 17 00:00:00 2001 From: Dominic Kramer Date: Thu, 15 Jun 2017 09:45:18 -0700 Subject: [PATCH] Update README config sect to match default values In particular, the configuration section, as well as the section discussing the handling of unhandled rejections, discussed the default behavior of handling unhandled rejections. Now the default action is not described in the configuration section so that only one section describes that behavior. --- packages/error-reporting/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/error-reporting/README.md b/packages/error-reporting/README.md index 0812cfb617f..a7c4bb137c7 100644 --- a/packages/error-reporting/README.md +++ b/packages/error-reporting/README.md @@ -165,8 +165,8 @@ var errors = require('@google-cloud/error-reporting')({ // defaults to 2 (warnings) logLevel: 2, // determines whether or not unhandled rejections are reported to the - // error-reporting console. The default value of this property is true. - reportUnhandledRejections: false, + // error-reporting console + reportUnhandledRejections: true, serviceContext: { service: 'my-service', version: 'my-service-version'