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

backport(tracing): Report dropped spans for transactions #13343

Merged
merged 4 commits into from
Aug 13, 2024

Commits on Aug 13, 2024

  1. feat(core): Capture # of dropped spans through beforeSendTransaction (

    #13022)
    
    Fixes #12849.
    
    This is a bit tricky because `beforeSendTransaction` can return a
    promise, so in order to avoid dealing with this I put the # of spans on
    the sdk metadata, and then compare that afterwards.
    mydea authored and krystofwoldrich committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    305f4f4 View commit details
    Browse the repository at this point in the history
  2. fix test

    krystofwoldrich committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    72052a4 View commit details
    Browse the repository at this point in the history
  3. fix tests

    krystofwoldrich committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2bd36c8 View commit details
    Browse the repository at this point in the history
  4. fix tests

    krystofwoldrich committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e5c519d View commit details
    Browse the repository at this point in the history