Skip to content

Commit 51aa224

Browse files
arbrownlosalex
andauthored
chore: Adjust Error Reporting branding in documentation (#250)
* chore: Adjust Error Reporting branding in documentation In line with product branding guidelines, the product is 'Error Reporting' and can be referred to as 'Google Cloud Error Reporting' when appropriate, but not 'Cloud Error Reporting' fixes #248 * Adjust brand name in repo metadata Co-authored-by: losalex <90795544+losalex@users.noreply.github.com>
1 parent 2a555ca commit 51aa224

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/google-cloud-error-reporting/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clouderrorreporting",
3-
"name_pretty": "Cloud Error Reporting",
3+
"name_pretty": "Error Reporting",
44
"product_documentation": "https://cloud.google.com/error-reporting",
55
"client_documentation": "https://cloud.google.com/python/docs/reference/clouderrorreporting/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559780",

packages/google-cloud-error-reporting/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Python Client for Cloud Error Reporting
1+
Python Client for Error Reporting
22
=============================================
33

44
|beta| |pypi| |versions|
55

6-
The Cloud `Error Reporting`_ API counts, analyzes and aggregates the
6+
The `Error Reporting`_ API counts, analyzes and aggregates the
77
crashes in your running cloud services. A centralized error management
88
interface displays the results with sorting and filtering capabilities. A
99
dedicated view shows the error details: time chart, occurrences, affected user

packages/google-cloud-error-reporting/docs/usage.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Using Cloud Error Reporting
1+
Using Error Reporting
22
=================================
33

44
After configuring your environment, create a
@@ -35,7 +35,7 @@ also optionally specify a version for that service, which defaults to
3535
Reporting an exception
3636
-----------------------
3737

38-
Report a stacktrace to Cloud Error Reporting after an exception:
38+
Report a stacktrace to Error Reporting after an exception:
3939

4040
.. code-block:: python
4141
@@ -54,7 +54,7 @@ the client's constructor, or the default service of "python".
5454
The user and HTTP context can also be included in the exception. The HTTP
5555
context can be constructed using
5656
:class:`google.cloud.error_reporting.HTTPContext`. This will be used by
57-
Cloud Error Reporting to help group exceptions.
57+
Error Reporting to help group exceptions.
5858

5959
.. code-block:: python
6060
@@ -88,7 +88,7 @@ object is provided.
8888
Reporting an error without an exception
8989
-----------------------------------------
9090

91-
Errors can also be reported to Cloud Error Reporting outside the context
91+
Errors can also be reported to Error Reporting outside the context
9292
of an exception. The library will include the file path, function name, and
9393
line number of the location where the error was reported.
9494

0 commit comments

Comments
 (0)