You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
"api_description": "counts, analyzes, and aggregates the crashes in your running cloud services. A centralized error management interface displays the results with sorting and filtering capabilities. A dedicated view shows the error details: time chart, occurrences, affected user count, first- and last-seen dates and a cleaned exception stack trace. Opt in to receive email and mobile alerts on new errors."
@@ -82,7 +82,7 @@ See the [Authentication][authentication] section in the base directory's README.
82
82
83
83
### Prerequisites
84
84
85
-
You will need a [Google Cloud Platform Console][developer-console] project with the Stackdriver Error Reporting [API enabled][enable-api].
85
+
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Error Reporting [API enabled][enable-api].
86
86
87
87
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
88
88
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
@@ -93,13 +93,13 @@ You will need a [Google Cloud Platform Console][developer-console] project with
93
93
You'll need to obtain the `google-cloud-errorreporting` library. See the [Quickstart](#quickstart) section
94
94
to add `google-cloud-errorreporting` as a dependency in your code.
95
95
96
-
## About Stackdriver Error Reporting
96
+
## About Cloud Error Reporting
97
97
98
98
99
-
[Stackdriver Error Reporting][product-docs] counts, analyzes, and aggregates the crashes in your running cloud services. A centralized error management interface displays the results with sorting and filtering capabilities. A dedicated view shows the error details: time chart, occurrences, affected user count, first- and last-seen dates and a cleaned exception stack trace. Opt in to receive email and mobile alerts on new errors.
99
+
[Cloud Error Reporting][product-docs] counts, analyzes, and aggregates the crashes in your running cloud services. A centralized error management interface displays the results with sorting and filtering capabilities. A dedicated view shows the error details: time chart, occurrences, affected user count, first- and last-seen dates and a cleaned exception stack trace. Opt in to receive email and mobile alerts on new errors.
100
100
101
-
See the [Stackdriver Error Reporting client library docs][javadocs] to learn how to
102
-
use this Stackdriver Error Reporting Client Library.
101
+
See the [Cloud Error Reporting client library docs][javadocs] to learn how to
102
+
use this Cloud Error Reporting Client Library.
103
103
104
104
105
105
@@ -122,7 +122,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
122
122
123
123
## Transport
124
124
125
-
Stackdriver Error Reporting uses gRPC for the transport layer.
125
+
Cloud Error Reporting uses gRPC for the transport layer.
0 commit comments