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

Honor the Lua tracer FF for database trace-command invocations for scanned languages. #1120

Merged
merged 3 commits into from Jun 28, 2022

Commits on Jun 27, 2022

  1. Honor the Lua tracer FF for database trace-command invocations for …

    …scanned languages.
    
    In theory, a scanned language will not setup the build tracer, and so
    shouldn't care about lua versus legacy tracing. However, `go` is a
    special case where the autobuilder runs under the build tracer, that
    then gets disabled immediately again, unless a special environment
    variable is used.
    Therefore, we need to thread through the feature flag to this
    `database trace-command` invocation. For other scanned languages,
    this should be a no-op, as no tracing is ever set up.
    criemen committed Jun 27, 2022
    Copy the full SHA
    f422a50 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ab7316e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

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