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

feat: Add frames delay to transactions #3487

Merged
merged 36 commits into from
Dec 14, 2023
Merged

feat: Add frames delay to transactions #3487

merged 36 commits into from
Dec 14, 2023

Commits on Nov 27, 2023

  1. feat: Add slow and frozen frames to spans

    Add total, slow and frozen frame numbers to span data.
    
    Fixes GH-3448
    philipphofmann committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    e06f6c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49ba79e View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    96479bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6b8490 View commit details
    Browse the repository at this point in the history
  3. code review

    philipphofmann committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    6e6b891 View commit details
    Browse the repository at this point in the history
  4. use test expectation

    philipphofmann committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3d2dd52 View commit details
    Browse the repository at this point in the history
  5. add extra test case

    philipphofmann committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    cd0e0d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. backup

    philipphofmann committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    e216aad View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. backup

    philipphofmann committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    250f944 View commit details
    Browse the repository at this point in the history
  2. async test

    philipphofmann committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    7f83a8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65b98c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62707be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68e3683 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. clean up

    philipphofmann committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    9d33c24 View commit details
    Browse the repository at this point in the history
  2. refactor

    philipphofmann committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    2d1eb9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0928664 View commit details
    Browse the repository at this point in the history
  4. more cleanup

    philipphofmann committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    2a3ca45 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    ff2fd9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    add473f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10df072 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c26121a View commit details
    Browse the repository at this point in the history
  5. add tracertests

    philipphofmann committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    34136a6 View commit details
    Browse the repository at this point in the history
  6. changelog

    philipphofmann committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    7341596 View commit details
    Browse the repository at this point in the history
  7. test case for zero

    philipphofmann committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    7610dce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91429f0 View commit details
    Browse the repository at this point in the history
  9. Fix build error

    philipphofmann committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    90a3a93 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    db14da5 View commit details
    Browse the repository at this point in the history
  11. fix some warnings

    philipphofmann committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4764052 View commit details
    Browse the repository at this point in the history
  12. fix profiling tests

    philipphofmann committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    74a7550 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    2f6cc45 View commit details
    Browse the repository at this point in the history
  2. code comments

    philipphofmann committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ef3e39d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52e86b9 View commit details
    Browse the repository at this point in the history
  4. refactor

    philipphofmann committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    8cb98ad View commit details
    Browse the repository at this point in the history
  5. more statistics

    philipphofmann committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    6bdba42 View commit details
    Browse the repository at this point in the history
  6. refactoring

    philipphofmann committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    1af26ab View commit details
    Browse the repository at this point in the history
  7. fix an edge case

    philipphofmann committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    3af37da View commit details
    Browse the repository at this point in the history