Python idiomatic client for Stackdriver Error Reporting
$ pip install --upgrade google-cloud-error-reporting
With google-cloud-python
we try to make authentication as painless as
possible. Check out the Authentication section in our documentation to
learn more. You may also find the authentication document shared by all
the google-cloud-*
libraries to be helpful.
The Stackdriver Error Reporting API (Error Reporting API 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.
See the google-cloud-python
API Error Reporting Documentation to learn
how to get started using this library.