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

Stripe instrumentation #2180

Merged
merged 23 commits into from
Sep 8, 2023
Merged

Stripe instrumentation #2180

merged 23 commits into from
Sep 8, 2023

Commits on Aug 30, 2023

  1. Initial commit

    Dependency detection, subscriber, config
    hannahramadan committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6ee4d4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    135282a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c89980 View commit details
    Browse the repository at this point in the history
  4. Refactors

    hannahramadan committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d577fdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9139fbb View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    bf36fb4 View commit details
    Browse the repository at this point in the history
  2. Update config

    hannahramadan committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    7cfdd48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cd8f19 View commit details
    Browse the repository at this point in the history
  4. Remove rescue

    hannahramadan committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    89b9db0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Test: initial commit

    hannahramadan committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5214c73 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    3e0b3a4 View commit details
    Browse the repository at this point in the history
  2. new test commits

    hannahramadan committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b869a0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    891db18 View commit details
    Browse the repository at this point in the history
  4. Test updates

    hannahramadan committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    6128868 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58072b4 View commit details
    Browse the repository at this point in the history
  6. Remove comment

    hannahramadan committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0926e83 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. PR feedback

    hannahramadan committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c59f04c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63014dd View commit details
    Browse the repository at this point in the history
  3. Gem version assert

    hannahramadan committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c997c51 View commit details
    Browse the repository at this point in the history
  4. CHANGELOG

    hannahramadan committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e4bdf3d View commit details
    Browse the repository at this point in the history
  5. Stripe: exclude list works on user data values

    While the Stripe include list is only concerned with user data hash
    keys, the exclude list looks at both the keys and their corresponding
    values in case there's anything sensitive or otherwise unwanted in the
    value.
    
    - Added a new test to demonstrate hash value filtration
    - Updated existing exclusion test which was yielding a false positive by
      not setting an include list (excludes won't work without an include
      list)
    - Updated the exclude list config option description
    fallwith committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    fda4104 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2192 from newrelic/black_with_white

    Stripe: exclude list works on user data values
    hannahramadan authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2a2a164 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    Co-authored-by: Kayla Reopelle (she/her) <87386821+kaylareopelle@users.noreply.github.com>
    hannahramadan and kaylareopelle authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c817989 View commit details
    Browse the repository at this point in the history