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): change how continuous profiling is enabled in options #4024

Commits on Jun 4, 2024

  1. wip removing SentryOptions.enableContinuousProfiling and using profil…

    …esSampleRate=nil to enable
    armcknight committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    92efe83 View commit details
    Browse the repository at this point in the history
  2. wip fixing tests

    armcknight committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5f47243 View commit details
    Browse the repository at this point in the history
  3. tweak options reqs for continuous profiling; add more launch profilin…

    …g tests; add new private SentryOptions.isContinuousProfiling method, and note to isProfilingEnabled prop
    armcknight committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    fc7f58b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. fix tvos build

    armcknight committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    14f9505 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfe78f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    4593a8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e60e32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b32031 View commit details
    Browse the repository at this point in the history
  4. remove sample rate of 0 as constraint to enable continuous; fix some …

    …spots that missed the changeover to isContinuousProfiling enabled
    armcknight committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7192d8a View commit details
    Browse the repository at this point in the history
  5. fixup! remove sample rate of 0 as constraint to enable continuous; fi…

    …x some spots that missed the changeover to isContinuousProfiling enabled
    armcknight committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    81b8e8c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

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

    …continuous-profiling/5-implementation/12-rework-continuous-profiling-options
    armcknight committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9cdbaf8 View commit details
    Browse the repository at this point in the history
  2. fix schema options

    armcknight committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ca21101 View commit details
    Browse the repository at this point in the history