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

Add profilesSampleRate and profileSampler for Android sdk #2184

Merged
merged 8 commits into from
Aug 5, 2022

Commits on Jul 20, 2022

  1. added profilesSampleRate and profilesSampler options (still not used …

    …to decide sampling)
    
    deprecated SentryOptions.setProfilingEnabled()
    updated internal code and unit tests to change from SentryOptions.setProfilingEnabled() to SentryOptions.setProfilesSampleRate()
    stefanosiano committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    b355c30 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. added profiles sampling decision logic

    updated tests to use setProfilesSampleRate instead of setProfilingEnabled
    TracesSamplingDecision now includes profiles sampling decision
    stefanosiano committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    f44b219 View commit details
    Browse the repository at this point in the history
  2. added profiles sampling decision logic

    updated tests to use setProfilesSampleRate instead of setProfilingEnabled
    TracesSamplingDecision now includes profiles sampling decision
    stefanosiano committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    174ca11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e92a55 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

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

Commits on Aug 3, 2022

  1. SampleRateUtil now has a common isValidRate private method

    added some final keyword
    stefanosiano committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    2e8e40e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Add profiling activity to Android sample app (#2192)

    added profiling activity to the sample app, with possibility to set time and number of background threads to get an idea of size of: profiling trace file, envelope item and compressed envelope item
    enabled profiling in the sample app
    stefanosiano committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    e9ceb30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88ceb6d View commit details
    Browse the repository at this point in the history