File tree 5 files changed +9
-9
lines changed
src/main/java/com/example/errorreporting
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >clouderrorreporting-install-without-bom</artifactId >
6
6
<packaging >jar</packaging >
7
- <name >Google Stackdriver Error Reporting Install Without Bom</name >
7
+ <name >Google Cloud Error Reporting Install Without Bom</name >
8
8
<url >https://github.com/googleapis/java-errorreporting</url >
9
9
10
10
<!--
Original file line number Diff line number Diff line change 5
5
<artifactId >google-cloud-clouderrorreporting-samples</artifactId >
6
6
<version >0.0.1-SNAPSHOT</version ><!-- This artifact should not be released -->
7
7
<packaging >pom</packaging >
8
- <name >Google Stackdriver Error Reporting Samples Parent</name >
8
+ <name >Google Cloud Error Reporting Samples Parent</name >
9
9
<url >https://github.com/googleapis/java-errorreporting</url >
10
10
<description >
11
11
Java idiomatic client for Google Cloud Platform services.
Original file line number Diff line number Diff line change 4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >clouderrorreporting-snapshot</artifactId >
6
6
<packaging >jar</packaging >
7
- <name >Google Stackdriver Error Reporting Snapshot Samples</name >
7
+ <name >Google Cloud Error Reporting Snapshot Samples</name >
8
8
<url >https://github.com/googleapis/java-errorreporting</url >
9
9
10
10
<!--
Original file line number Diff line number Diff line change 4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >clouderrorreporting-snippets</artifactId >
6
6
<packaging >jar</packaging >
7
- <name >Google Stackdriver Error Reporting Snippets</name >
7
+ <name >Google Cloud Error Reporting Snippets</name >
8
8
<url >https://github.com/googleapis/java-errorreporting</url >
9
9
10
10
<!--
Original file line number Diff line number Diff line change 28
28
import com .google .devtools .clouderrorreporting .v1beta1 .SourceLocation ;
29
29
30
30
/**
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.
32
32
* <p>
33
33
* 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.
38
38
*/
39
39
public class QuickStart {
40
40
public static void main (String [] args ) throws Exception {
You can’t perform that action at this time.
0 commit comments