Skip to content

Commit 4ff38c3

Browse files
author
Simon Zeltser
authored
chore: add api-logging to codeowners (#34)
1 parent abff51e commit 4ff38c3

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
66

77
# The @googleapis/yoshi-python is the default owner for changes in this repo
8-
* @googleapis/yoshi-python
8+
* @googleapis/api-logging @googleapis/yoshi-python
99

1010

1111
/samples/**/*.py @googleapis/python-samples-owners

.repo-metadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clouderrorreporting",
3-
"name_pretty": "Stackdriver Error Reporting",
3+
"name_pretty": "Cloud Error Reporting",
44
"product_documentation": "https://cloud.google.com/error-reporting",
55
"client_documentation": "https://googleapis.dev/python/clouderrorreporting/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559780",
@@ -9,5 +9,6 @@
99
"repo": "googleapis/python-error-reporting",
1010
"distribution_name": "google-cloud-error-reporting",
1111
"api_id": "clouderrorreporting.googleapis.com",
12-
"requires_billing": false
12+
"requires_billing": false,
13+
"codeowner_team": "@googleapis/api-logging"
1314
}

README.rst

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

44
|beta| |pypi| |versions|
55

6-
The Stackdriver `Error Reporting`_ API counts, analyzes and aggregates the
6+
The Cloud `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

docs/usage.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Using Stackdriver Error Reporting
1+
Using Cloud 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 Stackdriver Error Reporting after an exception:
38+
Report a stacktrace to Cloud 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-
Stackdriver Error Reporting to help group exceptions.
57+
Cloud 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 Stackdriver Error Reporting outside the context
91+
Errors can also be reported to Cloud 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)