Skip to content

Commit fcb3a41

Browse files
author
Simon Zeltser
authored
chore: debrand Stackdriver from Error reporting sample (#335)
* Add api-logging to codeowners * Debrand stackdriver from samples
1 parent b8c3c1b commit fcb3a41

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

errorreporting/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>clouderrorreporting-install-without-bom</artifactId>
66
<packaging>jar</packaging>
7-
<name>Google Stackdriver Error Reporting Install Without Bom</name>
7+
<name>Google Cloud Error Reporting Install Without Bom</name>
88
<url>https://github.com/googleapis/java-errorreporting</url>
99

1010
<!--

errorreporting/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>google-cloud-clouderrorreporting-samples</artifactId>
66
<version>0.0.1-SNAPSHOT</version><!-- This artifact should not be released -->
77
<packaging>pom</packaging>
8-
<name>Google Stackdriver Error Reporting Samples Parent</name>
8+
<name>Google Cloud Error Reporting Samples Parent</name>
99
<url>https://github.com/googleapis/java-errorreporting</url>
1010
<description>
1111
Java idiomatic client for Google Cloud Platform services.

errorreporting/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>clouderrorreporting-snapshot</artifactId>
66
<packaging>jar</packaging>
7-
<name>Google Stackdriver Error Reporting Snapshot Samples</name>
7+
<name>Google Cloud Error Reporting Snapshot Samples</name>
88
<url>https://github.com/googleapis/java-errorreporting</url>
99

1010
<!--

errorreporting/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>clouderrorreporting-snippets</artifactId>
66
<packaging>jar</packaging>
7-
<name>Google Stackdriver Error Reporting Snippets</name>
7+
<name>Google Cloud Error Reporting Snippets</name>
88
<url>https://github.com/googleapis/java-errorreporting</url>
99

1010
<!--

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

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

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

0 commit comments

Comments
 (0)