From 921a0c96eb7e852f1d3aa80c1ad2f44888327401 Mon Sep 17 00:00:00 2001 From: minherz Date: Fri, 18 Mar 2022 20:14:37 +0200 Subject: [PATCH] chore: fix brand name (#837) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: fix brand name Remove "Cloud" from "Cloud Error Reporting". Leave "Google Cloud Error Reporting" as is. * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- .../main/java/com/example/errorreporting/QuickStart.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/errorreporting/snippets/src/main/java/com/example/errorreporting/QuickStart.java b/errorreporting/snippets/src/main/java/com/example/errorreporting/QuickStart.java index 819f564e183..ae84e948f9c 100644 --- a/errorreporting/snippets/src/main/java/com/example/errorreporting/QuickStart.java +++ b/errorreporting/snippets/src/main/java/com/example/errorreporting/QuickStart.java @@ -28,12 +28,12 @@ import com.google.devtools.clouderrorreporting.v1beta1.SourceLocation; /** - * Snippet demonstrates using the Cloud Error Reporting API to report a custom error event. + * Snippet demonstrates using the Error Reporting API to report a custom error event. * *

This library is not required on App Engine, errors written to stderr are automatically written - * to Cloud Error Reporting. It is also not required if you are writing logs to Cloud Logging. - * Errors written to Cloud Logging that contain an exception or stack trace are automatically - * written out to Cloud Error Reporting. + * to Error Reporting. It is also not required if you are writing logs to Cloud Logging. Errors + * written to Cloud Logging that contain an exception or stack trace are automatically written out + * to Error Reporting. */ public class QuickStart { public static void main(String[] args) throws Exception {