Skip to content

Replace httpContext with httpRequest - #3299

Merged
waprin merged 1 commit into
googleapis:masterfrom
waprin:fix_error_report
Apr 17, 2017
Merged

Replace httpContext with httpRequest#3299
waprin merged 1 commit into
googleapis:masterfrom
waprin:fix_error_report

Conversation

@waprin

Copy link
Copy Markdown
Contributor

This fixes#2877 and probably fixes#3263 .

I will work on a followup system test since clearly needed.

NB: The reason for this bug and lack of system test is the pre-gRPC code went through Logging which was basically untyped, the errors were showing up despite the incorrect parameter names (and at the time without the full API there was no good way to system test).

@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 14, 2017

@dhermesdhermes left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tentative LGTM though you really should add some system tests

@waprin

Copy link
Copy Markdown
ContributorAuthor

System test PR incoming sorry for delay but just want bug fix merged in meantime.

@waprin
waprin merged commit 138f59f into googleapis:masterApr 17, 2017
@dhermesdhermes added the api: clouderrorreporting Issues related to the Error Reporting API. label Apr 19, 2017
richkadel pushed a commit to richkadel/google-cloud-python that referenced this pull request May 6, 2017
parthea pushed a commit that referenced this pull request Nov 24, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: clouderrorreportingIssues related to the Error Reporting API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

error reporting still broken at 0.24 No http_context information reported in Stack driver error reporting.

3 participants

@waprin@dhermes@googlebot