We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b8c5f commit 18a27b6Copy full SHA for 18a27b6
errorreporting/snippets/src/main/java/com/example/errorreporting/QuickStart.java
@@ -18,6 +18,7 @@
18
19
// [START errorreporting_quickstart]
20
// [START error_reporting_quickstart]
21
+// [START error_reporting_setup_java]
22
23
import com.google.cloud.ServiceOptions;
24
import com.google.cloud.errorreporting.v1beta1.ReportErrorsServiceClient;
@@ -65,5 +66,6 @@ public static void main(String[] args) throws Exception {
65
66
}
67
68
69
+// [END error_reporting_setup_java]
70
// [END error_reporting_quickstart]
71
// [END errorreporting_quickstart]
0 commit comments