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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Profile envelopes sent directly from profiler #2298

Merged
merged 9 commits into from Oct 19, 2022

Commits on Oct 14, 2022

  1. AndroidTransactionProfiler now directly sends profile envelopes

    Dropped old timed out profiles handling. Now they are directly sent when they time out
    AndroidTransactionProfiler does not return the ProfileTraceData anymore
    Added ui test for timed out profiles
    stefanosiano committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    c333c48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1287e69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ebc5ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    103e4a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a7b8ef View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. added hub parameter to AndroidTransactionProfiler ctor

    removed captureProfile methods
    profiles are sent creating an envelope and using captureEnvelope
    added SentryEnvelope.from(... ProfilingTraceData ...)
    stefanosiano committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    e858a65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3adb5db View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

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

Commits on Oct 19, 2022

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