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

DEBUG-2334 Dynamic Instrumentation Redactor component #3901

Merged
merged 3 commits into from
Sep 11, 2024
Merged

Commits on Sep 10, 2024

  1. Dynamic Instrumentation Redactor component

    This component determines whether a variable, attribute or hash element
    should be redacted based on the identifier name/key name and the
    type of the value.
    
    Unit tests are included.
    
    The Redactor component technically depends on DI settings but
    they are mocked out in the unit tests.
    p committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f25e6f1 View commit details
    Browse the repository at this point in the history
  2. add non-ascii test cases

    p committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9fd2cc3 View commit details
    Browse the repository at this point in the history
  3. style

    p committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    127a2e2 View commit details
    Browse the repository at this point in the history