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

ref(profiling): rename SentryLegacyProfiler -> SentryTraceProfiler #3952

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    00ea22c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    724dcb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57118b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9565260 View commit details
    Browse the repository at this point in the history
  5. remove unused imports

    armcknight committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    75ba78e View commit details
    Browse the repository at this point in the history
  6. move logic from SentrySDK to SentryProfiler; remove unnecessary expos…

    …ure of profiler frequency; remove duplicate declaration of threadSanitizerIsPresent(); move some SentryProfiler.mm imports into SENTRY_HAS_UIKIT gate
    armcknight committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b38a895 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b85d33 View commit details
    Browse the repository at this point in the history
  8. remove debugImageProvider property from profiler and just access dire…

    …ctly from dep container in profile serialization
    armcknight committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    13c8c2d View commit details
    Browse the repository at this point in the history
  9. remove leading _

    armcknight committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    332cf8e View commit details
    Browse the repository at this point in the history
  10. remove leading _

    armcknight committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    dc92a25 View commit details
    Browse the repository at this point in the history
  11. remove leading _

    armcknight committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a2252c7 View commit details
    Browse the repository at this point in the history
  12. whitespace

    armcknight committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0593ae7 View commit details
    Browse the repository at this point in the history
  13. remove leading _

    armcknight committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    425c62e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    07862d1 View commit details
    Browse the repository at this point in the history
  15. whitespace and headerdoc

    armcknight committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    bb57c80 View commit details
    Browse the repository at this point in the history
  16. more headerdoc

    armcknight committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    4b0eff8 View commit details
    Browse the repository at this point in the history
  17. feat: add continuous profiler implementation under basic start/stop

    - move old profiler control logic to new SentryLegacyProfiler class,
        leaving SentryProfiler to only contain the state and internal
        reference to SamplingProfiler
    armcknight committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    2f7d66e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    64dcad8 View commit details
    Browse the repository at this point in the history
  19. ref: split SentryProfiler+Test into SentryProfilerSerialization+Test …

    …and SentryLegacyProfiler+Test
    armcknight committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a02dbb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    390a859 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d0cb71 View commit details
    Browse the repository at this point in the history
  3. ref: rename more functions to prefix with sentry_ or to remove leadin…

    …g underscore for public members
    armcknight committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    08e4e6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86bce30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc1debd View commit details
    Browse the repository at this point in the history
  6. uncomment gates

    armcknight committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    034fb4b View commit details
    Browse the repository at this point in the history
  7. remove unused imports

    armcknight committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e9147d5 View commit details
    Browse the repository at this point in the history
  8. dead code

    armcknight committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    60e45a7 View commit details
    Browse the repository at this point in the history
  9. fix macos build

    armcknight committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a129273 View commit details
    Browse the repository at this point in the history
  10. fix xcframework build

    armcknight committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    33639a8 View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/main' into armcknight/feat/3555-…

    …continuous-profiling/4-refactoring/3-renames
    armcknight committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e4893c2 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'armcknight/feat/3555-continuous-profiling/4-refactoring…

    …/3-renames' into armcknight/feat/3555-continuous-profiling/4-refactoring/4-extract-sdk-start-profiling-tasks
    armcknight committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2b9b637 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'armcknight/feat/3555-continuous-profiling/4-refactoring…

    …/4-extract-sdk-start-profiling-tasks' into armcknight/feat/3555-continuous-profiling/4-refactoring/5-profile-serialization
    armcknight committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ee1deb9 View commit details
    Browse the repository at this point in the history
  14. Merge remote-tracking branch 'origin/main' into armcknight/feat/3555-…

    …continuous-profiling/4-refactoring/5-profile-serialization
    armcknight committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    7c7aaf7 View commit details
    Browse the repository at this point in the history
  15. move to test util target

    armcknight committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9a9d689 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    56b831e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e7a9688 View commit details
    Browse the repository at this point in the history
  18. Revert "move to test util target"

    This reverts commit 9a9d689.
    armcknight committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0b3796f View commit details
    Browse the repository at this point in the history
  19. Merge branch 'armcknight/feat/3555-continuous-profiling/4-refactoring…

    …/5-profile-serialization' into armcknight/feat/3555-continuous-profiling/4-refactoring/6-re-renames
    armcknight committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d2d5e03 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4864579 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'armcknight/feat/3555-continuous-profiling/4-refactoring…

    …/6-re-renames' into armcknight/feat/3555-continuous-profiling/5-implementation/1-continuous-profiling
    armcknight committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6b5ab63 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    02ad5be View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. fixes after merge

    armcknight committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7df3801 View commit details
    Browse the repository at this point in the history
  2. wip: test plans

    armcknight committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    108c4ce View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Merge remote-tracking branch 'origin/main' into armcknight/feat/3555-…

    …continuous-profiling/5-implementation/1-continuous-profiling
    armcknight committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    1e63dfa View commit details
    Browse the repository at this point in the history
  2. merge fix

    armcknight committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    1875215 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    fc52345 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5b4bdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3ffd1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    341e1d9 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    82d51ba View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    810a665 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    328e105 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c819702 View commit details
    Browse the repository at this point in the history
  4. Format code

    getsentry-bot committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f51cd24 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. wip adding more tests

    armcknight committed May 4, 2024
    Configuration menu
    Copy the full SHA
    a1a811e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e912d6c View commit details
    Browse the repository at this point in the history
  3. rename some functions

    armcknight committed May 4, 2024
    Configuration menu
    Copy the full SHA
    27b355d View commit details
    Browse the repository at this point in the history
  4. Format code

    getsentry-bot committed May 4, 2024
    Configuration menu
    Copy the full SHA
    a9a9a21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1abc0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b18db1c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be06979 View commit details
    Browse the repository at this point in the history
  8. format

    armcknight committed May 4, 2024
    Configuration menu
    Copy the full SHA
    81f2238 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    adf082e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    40256dc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    69613aa View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    cf76dcd View commit details
    Browse the repository at this point in the history
  2. got tests working

    armcknight committed May 5, 2024
    Configuration menu
    Copy the full SHA
    98e1da2 View commit details
    Browse the repository at this point in the history
  3. condense declarations

    armcknight committed May 5, 2024
    Configuration menu
    Copy the full SHA
    9fe6819 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    402c03d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    018a8b2 View commit details
    Browse the repository at this point in the history
  6. clean up

    armcknight committed May 5, 2024
    Configuration menu
    Copy the full SHA
    1d9592c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5f9755 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    fe6808e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dba68c View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. fix tvos build

    armcknight committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9f603af View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into armcknight/feat/3555-…

    …continuous-profiling/5-implementation/2-schema-serialization
    armcknight committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1254b54 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'armcknight/feat/3555-continuous-profiling/5-implementat…

    …ion/2-schema-serialization' into armcknight/feat/3555-continuous-profiling/5-implementation/3-automatic-start-stop
    armcknight committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3cf1ca5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'armcknight/feat/3555-continuous-profiling/5-implementat…

    …ion/3-automatic-start-stop' into armcknight/feat/3555-continuous-profiling/5-implementation/4-launch-profiling
    armcknight committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0c789a8 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'armcknight/feat/3555-continuous-profiling/5-implementat…

    …ion/4-launch-profiling' into armcknight/feat/3555-continuous-profiling/5-implementation/5-renames
    armcknight committed May 8, 2024
    Configuration menu
    Copy the full SHA
    2231a68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c840791 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ec29cc View commit details
    Browse the repository at this point in the history
  8. Merge branch 'armcknight/feat/3555-continuous-profiling/5-implementat…

    …ion/2-schema-serialization' into armcknight/feat/3555-continuous-profiling/5-implementation/3-automatic-start-stop
    armcknight committed May 8, 2024
    Configuration menu
    Copy the full SHA
    804b7f3 View commit details
    Browse the repository at this point in the history
  9. fix test build

    armcknight committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c219d70 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'armcknight/feat/3555-continuous-profiling/5-implementat…

    …ion/3-automatic-start-stop' into armcknight/feat/3555-continuous-profiling/5-implementation/4-launch-profiling
    armcknight committed May 8, 2024
    Configuration menu
    Copy the full SHA
    cfdf77f View commit details
    Browse the repository at this point in the history
  11. fix tvos build

    armcknight committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d406a5c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4b8985a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8f30d3e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    d75ca2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97e1ec0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64964b5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'armcknight/feat/3555-continuous-profiling/5-implementat…

    …ion/3-automatic-start-stop' into armcknight/feat/3555-continuous-profiling/5-implementation/4-launch-profiling
    armcknight committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2d36147 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45d1573 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    1de6d86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d69b6f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    69c4967 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Merge remote-tracking branch 'origin/main' into armcknight/feat/3555-…

    …continuous-profiling/5-implementation/2-schema-serialization
    armcknight committed May 12, 2024
    Configuration menu
    Copy the full SHA
    2b9d3b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    191b897 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    122be7a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'armcknight/feat/3555-continuous-profiling/5-implementat…

    …ion/2-schema-serialization' into armcknight/feat/3555-continuous-profiling/5-implementation/3-automatic-start-stop
    armcknight committed May 12, 2024
    Configuration menu
    Copy the full SHA
    0b56d0f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'armcknight/feat/3555-continuous-profiling/5-implementat…

    …ion/3-automatic-start-stop' into armcknight/feat/3555-continuous-profiling/5-implementation/4-launch-profiling
    armcknight committed May 12, 2024
    Configuration menu
    Copy the full SHA
    7ba3397 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'armcknight/feat/3555-continuous-profiling/5-implementat…

    …ion/4-launch-profiling' into armcknight/feat/3555-continuous-profiling/5-implementation/5-renames
    armcknight committed May 12, 2024
    Configuration menu
    Copy the full SHA
    eb2d7a4 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Merge remote-tracking branch 'origin/main' into armcknight/feat/3555-…

    …continuous-profiling/5-implementation/3-automatic-start-stop
    armcknight committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3227f93 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'armcknight/feat/3555-continuous-profiling/5-implementat…

    …ion/3-automatic-start-stop' into armcknight/feat/3555-continuous-profiling/5-implementation/4-launch-profiling
    armcknight committed May 14, 2024
    Configuration menu
    Copy the full SHA
    48959ff View commit details
    Browse the repository at this point in the history
  3. Merge branch 'armcknight/feat/3555-continuous-profiling/5-implementat…

    …ion/4-launch-profiling' into armcknight/feat/3555-continuous-profiling/5-implementation/5-renames
    armcknight committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5097c30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0c8e78 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'armcknight/feat/3555-continuous-profiling/5-implementat…

    …ion/3-automatic-start-stop' into armcknight/feat/3555-continuous-profiling/5-implementation/4-launch-profiling
    armcknight committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8a829a6 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'armcknight/feat/3555-continuous-profiling/5-implementat…

    …ion/4-launch-profiling' into armcknight/feat/3555-continuous-profiling/5-implementation/5-renames
    armcknight committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5bf2bdd View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    9a1edd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d46cc59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d9a8c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b440e9e View commit details
    Browse the repository at this point in the history
  5. got tests working

    armcknight committed May 15, 2024
    Configuration menu
    Copy the full SHA
    4ad43d1 View commit details
    Browse the repository at this point in the history
  6. condense declarations

    armcknight committed May 15, 2024
    Configuration menu
    Copy the full SHA
    4981b60 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f893978 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7088fa View commit details
    Browse the repository at this point in the history
  9. clean up

    armcknight committed May 15, 2024
    Configuration menu
    Copy the full SHA
    fec8ee7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a33651c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    197722b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ac102a4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    39208f4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    de2a193 View commit details
    Browse the repository at this point in the history
  15. fix tvos build

    armcknight committed May 15, 2024
    Configuration menu
    Copy the full SHA
    544890d View commit details
    Browse the repository at this point in the history
  16. fix build issue

    armcknight committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ccf77d8 View commit details
    Browse the repository at this point in the history
  17. pr feedback

    armcknight committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8b6a180 View commit details
    Browse the repository at this point in the history
  18. fix build

    armcknight committed May 15, 2024
    Configuration menu
    Copy the full SHA
    33c28e0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    12f0397 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7eff3a3 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Merge branch 'armcknight/feat/3555-continuous-profiling/5-implementat…

    …ion/4-launch-profiling' into armcknight/feat/3555-continuous-profiling/5-implementation/5-renames
    armcknight committed May 16, 2024
    Configuration menu
    Copy the full SHA
    596b88b View commit details
    Browse the repository at this point in the history
  2. fixes after merge

    armcknight committed May 16, 2024
    Configuration menu
    Copy the full SHA
    94b52be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf9a6bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86b8815 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'armcknight/feat/3555-continuous-profiling/5-implementat…

    …ion/4-launch-profiling' into armcknight/feat/3555-continuous-profiling/5-implementation/5-renames
    armcknight committed May 16, 2024
    Configuration menu
    Copy the full SHA
    95521a4 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/main' into armcknight/feat/3555-…

    …continuous-profiling/5-implementation/5-renames
    armcknight committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b605236 View commit details
    Browse the repository at this point in the history