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

Disable Android concurrent profiling #2434

Merged
merged 10 commits into from Dec 22, 2022

Commits on Dec 16, 2022

  1. SentryTracer sends profile inside transaction envelope

    AndroidTransactionProfiler now profiles only one transaction at a time
    Removed @deprecated annotations to methods in SentryClient to capture a profile with a transaction
    Added methods in Hub to capture a profile with a transaction
    stefanosiano committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    b99cd60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed4f8ca View commit details
    Browse the repository at this point in the history
  3. updated changelog

    stefanosiano committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    9fdeddd View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

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

Commits on Dec 20, 2022

  1. removed transaction map from profiler, as now only one transaction at…

    … a time can be profiled
    
    AndroidTransactionProfiler.onTransactionFinish now waits for executor service thread to finish and returns its data instead of finishing profile in another thread
    added ISentryExecutorService method Future<T> submit(Callable<T>)
    stefanosiano committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    eaf74c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8003a0 View commit details
    Browse the repository at this point in the history
  3. renamed internal field in AndroidTransactionProfiler currentTransacti…

    …on -> currentProfilingTransactionData
    stefanosiano committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    907cf94 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    c255e2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a67ea7a View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

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