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

Concurrent profiling 2 - added list of transactions #2218

Merged

Commits on Aug 10, 2022

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

Commits on Aug 11, 2022

  1. Merge branch 'feat/concurrent-profiling-data' into feat/concurrent-pr…

    …ofiling-logic
    
    # Conflicts:
    #	sentry-android-core/src/main/java/io/sentry/android/core/AndroidTransactionProfiler.java
    stefanosiano committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    d8b2efb View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. added detection and recording of transactions occurred in a profile

    added unit/ui tests
    added CollectionUtils.map method
    stefanosiano committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    e88d93d View commit details
    Browse the repository at this point in the history
  2. added detection and recording of transactions occurred in a profile

    added unit/ui tests
    added CollectionUtils.map method
    stefanosiano committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    a2058f1 View commit details
    Browse the repository at this point in the history
  3. moved transaction data notifyFinish call later in the profiler, so th…

    …at the last transaction has the same timestamp of the profile
    stefanosiano committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    6a763b7 View commit details
    Browse the repository at this point in the history