File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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" ,
7- "release_level" : " alpha " ,
7+ "release_level" : " beta " ,
88 "language" : " python" ,
99 "repo" : " googleapis/python-error-reporting" ,
1010 "distribution_name" : " google-cloud-error-reporting" ,
Original file line number Diff line number Diff line change 11Python Client for Stackdriver Error Reporting
22=============================================
33
4- |pypi | |versions |
4+ |beta | | pypi | |versions |
55
66The Stackdriver `Error Reporting `_ API counts, analyzes and aggregates the
77crashes in your running cloud services. A centralized error management
@@ -16,6 +16,8 @@ to receive email and mobile alerts on new errors.
1616.. _Error Reporting : https://cloud.google.com/error-reporting/
1717.. _Client Library Documentation : https://googleapis.dev/python/clouderrorreporting/latest
1818.. _Product Documentation : https://cloud.google.com/error-reporting/reference/
19+ .. |beta | image :: https://img.shields.io/badge/support-beta-orange.svg
20+ :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support
1921.. |pypi | image :: https://img.shields.io/pypi/v/google-cloud-error-reporting.svg
2022 :target: https://pypi.org/project/google-cloud-error-reporting/
2123.. |versions | image :: https://img.shields.io/pypi/pyversions/google-cloud-error-reporting.svg
Original file line number Diff line number Diff line change 2727# 'Development Status :: 3 - Alpha'
2828# 'Development Status :: 4 - Beta'
2929# 'Development Status :: 5 - Production/Stable'
30- release_status = "Development Status :: 3 - Alpha "
30+ release_status = "Development Status :: 4 - Beta "
3131dependencies = ["google-cloud-logging>=1.14.0, <2.0dev" ]
3232extras = {}
3333
You can’t perform that action at this time.
0 commit comments