Skip to content

Commit

Permalink
chore: debrand Stackdriver from Error reporting sample (#335)
Browse files Browse the repository at this point in the history
* Add api-logging to codeowners

* Debrand stackdriver from samples
  • Loading branch information
Simon Zeltser authored and minherz committed Nov 10, 2022
1 parent fdede7c commit 6185d1f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion errorreporting/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>clouderrorreporting-install-without-bom</artifactId>
<packaging>jar</packaging>
<name>Google Stackdriver Error Reporting Install Without Bom</name>
<name>Google Cloud Error Reporting Install Without Bom</name>
<url>https://github.com/googleapis/java-errorreporting</url>

<!--
Expand Down
2 changes: 1 addition & 1 deletion errorreporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>google-cloud-clouderrorreporting-samples</artifactId>
<version>0.0.1-SNAPSHOT</version><!-- This artifact should not be released -->
<packaging>pom</packaging>
<name>Google Stackdriver Error Reporting Samples Parent</name>
<name>Google Cloud Error Reporting Samples Parent</name>
<url>https://github.com/googleapis/java-errorreporting</url>
<description>
Java idiomatic client for Google Cloud Platform services.
Expand Down
2 changes: 1 addition & 1 deletion errorreporting/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>clouderrorreporting-snapshot</artifactId>
<packaging>jar</packaging>
<name>Google Stackdriver Error Reporting Snapshot Samples</name>
<name>Google Cloud Error Reporting Snapshot Samples</name>
<url>https://github.com/googleapis/java-errorreporting</url>

<!--
Expand Down
2 changes: 1 addition & 1 deletion errorreporting/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>clouderrorreporting-snippets</artifactId>
<packaging>jar</packaging>
<name>Google Stackdriver Error Reporting Snippets</name>
<name>Google Cloud Error Reporting Snippets</name>
<url>https://github.com/googleapis/java-errorreporting</url>

<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
import com.google.devtools.clouderrorreporting.v1beta1.SourceLocation;

/**
* Snippet demonstrates using the Stackdriver Error Reporting API to report a custom error event.
* Snippet demonstrates using the Cloud 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 Stackdriver Error Reporting.
* It is also not required if you are writing logs to Stackdriver Logging.
* Errors written to Stackdriver Logging that contain an exception or stack trace
* are automatically written out to Stackdriver Error Reporting.
* 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.
*/
public class QuickStart {
public static void main(String[] args) throws Exception {
Expand Down

0 comments on commit 6185d1f

Please sign in to comment.