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(profiling): Add thread data to spans #2843

Merged
merged 21 commits into from
Mar 20, 2024

Commits on Mar 18, 2024

  1. feat(profiling): Add thread data to spans

    As per getsentry/rfc#75, this adds the thread data to the spans. This will be
    needed for the continuous profiling mode in #2830.
    Zylphrex committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f44dec5 View commit details
    Browse the repository at this point in the history
  2. fix some tests

    Zylphrex committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    95331f5 View commit details
    Browse the repository at this point in the history
  3. fix more tests

    Zylphrex committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0bcd02f View commit details
    Browse the repository at this point in the history
  4. fix even more tests

    Zylphrex committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    77f1f60 View commit details
    Browse the repository at this point in the history
  5. fix another tests

    Zylphrex committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c39c692 View commit details
    Browse the repository at this point in the history
  6. fix a few more tests

    Zylphrex committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5c6969a View commit details
    Browse the repository at this point in the history
  7. fix even more tests

    Zylphrex committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    86d31a1 View commit details
    Browse the repository at this point in the history
  8. fix import

    Zylphrex committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e5019c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. fix a few more tests

    Zylphrex committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0799453 View commit details
    Browse the repository at this point in the history
  2. fix another test

    Zylphrex committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    120eeb7 View commit details
    Browse the repository at this point in the history
  3. fix yet another test

    Zylphrex committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f7baf77 View commit details
    Browse the repository at this point in the history
  4. fix more tests

    Zylphrex committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    dd584fa View commit details
    Browse the repository at this point in the history
  5. run black

    Zylphrex committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    88ed33e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb5e9b3 View commit details
    Browse the repository at this point in the history
  7. thread id should be string

    Zylphrex committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0daeabd View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    6a87a36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d81a1de View commit details
    Browse the repository at this point in the history
  3. missed one more

    Zylphrex committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1d05db3 View commit details
    Browse the repository at this point in the history
  4. run black

    Zylphrex committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    33cb135 View commit details
    Browse the repository at this point in the history
  5. disable test for python<3.4

    Zylphrex committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5bf2efa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f3a00e View commit details
    Browse the repository at this point in the history