Skip to content

Commit

Permalink
chore: fix brand name (#837)
Browse files Browse the repository at this point in the history
* 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 <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
minherz and gcf-owl-bot[bot] committed Nov 10, 2022
1 parent 9a21b94 commit 921a0c9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
* <p>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 {
Expand Down

0 comments on commit 921a0c9

Please sign in to comment.