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

usage reporting/inline trace plugins: mask errors, change option name #6794

Merged
merged 1 commit into from
Aug 10, 2022

Commits on Aug 10, 2022

  1. usage reporting/inline trace plugins: mask errors, change option name

    We replace the `rewriteError` option with `sendErrorsInTraces` (usage
    reporting) and `includeErrors` (inline trace), which takes `{unmodified:
    true}`, `{masked:true}`, and `{transform}` variants. This is similar to
    `sendVariableValues` and `sendHeaders`.
    
    Like those two options, this now defaults to a more redacted version:
    `{masked: true}`. This will reduce unintentional reporting of PII.
    
    Part of #6051.
    
    Paired with @bonnici.
    glasser committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    6268bab View commit details
    Browse the repository at this point in the history