File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
src/main/java/com/example/errorreporting Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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 <!--
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 <!--
Original file line number Diff line number Diff line change 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 <!--
Original file line number Diff line number Diff line change 2828import 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 */
3939public class QuickStart {
4040 public static void main (String [] args ) throws Exception {
You can’t perform that action at this time.
0 commit comments