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.
@@ -93,13 +93,13 @@ See the [Authentication][authentication] section in the base directory's README.
93
93
94
94
## Authorization
95
95
96
-
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Cloud Error Reporting APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Cloud Error Reporting API calls.
96
+
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Error Reporting APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Error Reporting API calls.
97
97
98
98
## Getting Started
99
99
100
100
### Prerequisites
101
101
102
-
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Error Reporting [API enabled][enable-api].
102
+
You will need a [Google Cloud Platform Console][developer-console] project with the Error Reporting [API enabled][enable-api].
103
103
104
104
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
105
105
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
@@ -110,13 +110,13 @@ You will need a [Google Cloud Platform Console][developer-console] project with
110
110
You'll need to obtain the `google-cloud-errorreporting` library. See the [Quickstart](#quickstart) section
111
111
to add `google-cloud-errorreporting` as a dependency in your code.
112
112
113
-
## About Cloud Error Reporting
113
+
## About Error Reporting
114
114
115
115
116
-
[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.
116
+
[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.
117
117
118
-
See the [Cloud Error Reporting client library docs][javadocs] to learn how to
119
-
use this Cloud Error Reporting Client Library.
118
+
See the [Error Reporting client library docs][javadocs] to learn how to
119
+
use this Error Reporting Client Library.
120
120
121
121
122
122
@@ -138,7 +138,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
138
138
139
139
## Transport
140
140
141
-
Cloud Error Reporting uses gRPC for the transport layer.
141
+
Error Reporting uses gRPC for the transport layer.
0 commit comments