Skip to content

Latest commit

 

History

History

error_reporting

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Python Client for Stackdriver Error Reporting

Python idiomatic client for Stackdriver Error Reporting

pypi versions

Quick Start

$ pip install --upgrade google-cloud-error-reporting

Authentication

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.

Using the API

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.