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

aws-sdk-lambda: don't use external segments #2942

Merged
merged 2 commits into from
Nov 13, 2024
Merged

aws-sdk-lambda: don't use external segments #2942

merged 2 commits into from
Nov 13, 2024

Commits on Nov 11, 2024

  1. aws-sdk-lambda: don't use external segments

    the use of external request segments can cause confusion for Lambda
    entity relationships. should we wish to expose the underlying net call
    to the AWS back-end API in future, we can do so by simply removing the
    `disable_all_tracing` wrapper and allow the underlying Net::HTTP call to
    be instrumented.
    fallwith committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    f15914e View commit details
    Browse the repository at this point in the history
  2. aws-sdk-lambda: require_relative

    have the chain and prepend module files relatively include the main
    instrumentation file
    fallwith committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    fb9c1e7 View commit details
    Browse the repository at this point in the history