Error reporting fails when GRPC is disabled #135
Labels
api: clouderrorreporting
Issues related to the googleapis/python-error-reporting API.
lang: python
Issues specific to Python.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
When GRPC is disabled, report_exception and report fails.
Environment details
google-cloud-error-reporting
version: 1.1.2Steps to reproduce
TypeError: __init__() takes 1 positional argument but 3 positional arguments (and 3 keyword-only arguments) were given
This is caused by _ErrorReportingLoggingAPI object creation in the report_errors_api property of the client.Code example
Stack trace
The text was updated successfully, but these errors were encountered: