Skip to content

Commit 85133bb

Browse files
chore: fix brand name (#837)
* 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>
1 parent e454045 commit 85133bb

File tree

1 file changed

+4
-4
lines changed
  • errorreporting/snippets/src/main/java/com/example/errorreporting

1 file changed

+4
-4
lines changed

errorreporting/snippets/src/main/java/com/example/errorreporting/QuickStart.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
import com.google.devtools.clouderrorreporting.v1beta1.SourceLocation;
2929

3030
/**
31-
* Snippet demonstrates using the Cloud Error Reporting API to report a custom error event.
31+
* Snippet demonstrates using the Error Reporting API to report a custom error event.
3232
*
3333
* <p>This library is not required on App Engine, errors written to stderr are automatically written
34-
* to Cloud Error Reporting. It is also not required if you are writing logs to Cloud Logging.
35-
* Errors written to Cloud Logging that contain an exception or stack trace are automatically
36-
* written out to Cloud Error Reporting.
34+
* to Error Reporting. It is also not required if you are writing logs to Cloud Logging. Errors
35+
* written to Cloud Logging that contain an exception or stack trace are automatically written out
36+
* to Error Reporting.
3737
*/
3838
public class QuickStart {
3939
public static void main(String[] args) throws Exception {

0 commit comments

Comments
 (0)