File tree 1 file changed +4
-4
lines changed
errorreporting/snippets/src/main/java/com/example/errorreporting
1 file changed +4
-4
lines changed 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 Cloud Error Reporting API to report a custom error event.
31
+ * Snippet demonstrates using the Error Reporting API to report a custom error event.
32
32
*
33
33
* <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.
37
37
*/
38
38
public class QuickStart {
39
39
public static void main (String [] args ) throws Exception {
You can’t perform that action at this time.
0 commit comments