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

Sentry logging breadcrumb fixes #493

Merged
merged 1 commit into from Dec 11, 2019
Merged

Commits on Dec 11, 2019

  1. Sentry logging breadcrumb fixes

    Ensure that there is an active sentry context by activating it before
    each request. Previously, there was no active context for the very first
    request a worker served.
    
    Also improves logging breadcrumbs:
     - remove duplicated information
     - condense file/lineno/funcName into one item
     - stringify keys so breadcrumb displays properly
    
    Cleans up the depreacted use of LogRecord._structured
    Simon Davy committed Dec 11, 2019
    Copy the full SHA
    70097f3 View commit details
    Browse the repository at this point in the history