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

When Flask activation is missing, do not emit a log message #253

Merged

Commits on Dec 12, 2020

  1. When Flask activation is missing, do not emit a log message

    If a Flask request doesn't have an active span, it just means that it
    was initialized via a mechanism that doesn't run `before_request`, like
    `app.test_request_context` or even manually. It is okay and
    instrumentation still works.
    jpmelos committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    66bb413 View commit details
    Browse the repository at this point in the history
  2. Add a changelog entry

    jpmelos committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    09eed57 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    6e2b1bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a97ccd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d0ae18 View commit details
    Browse the repository at this point in the history