Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support X-Debug header that sends sentry report #498

Merged
merged 4 commits into from Jan 14, 2020
Merged

Commits on Dec 20, 2019

  1. Support X-Debug header that sends sentry report.

    As a precaution, the header is only respected from a trusted ip
    address. This provides a secure way to to targeted diagnostic debugging.
    
    This change also reintroduced the X-Sentry-Id header, as I figured out
    how to include that when possible. It's not possible to do so for soft
    timeouts, as we don't know until after the request is sent. Nor for
    errors that occur after headers have been sent.
    Simon Davy committed Dec 20, 2019
    Copy the full SHA
    e6d1445 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Copy the full SHA
    b35bc43 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. fix CLIENT_ADDR typo

    Simon Davy committed Jan 9, 2020
    Copy the full SHA
    ca489b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. py2 fixes

    Simon Davy committed Jan 14, 2020
    Copy the full SHA
    e9980ae View commit details
    Browse the repository at this point in the history