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 ttid span to ActivityLifecycleIntegration #2369

Merged
merged 15 commits into from Dec 14, 2022
Merged

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    fd54fa6 View commit details
    Browse the repository at this point in the history
  2. SentryFrameMetricsCollector start collecting frameMetrics in onActivi…

    …tyStarted(), not onActivityCreated() anymore
    stefanosiano committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    1d48b5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7af811a View commit details
    Browse the repository at this point in the history
  4. updated changelog

    stefanosiano committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    501d3e7 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

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

Commits on Nov 18, 2022

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

Commits on Dec 1, 2022

  1. ActivityLifecycleIntegration now keeps a map of ttidSpans, with one s…

    …pan per activity
    
    updated ttidSpan finishing with Firebase's method: span is finished after the very first frame has been drawn using view.getViewTreeObserver().addOnDrawListener
    added FirstDrawDoneListener
    Sentry.getSpan() could cause issues
    stefanosiano committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    0c9a0a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e8fc53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37b5edc View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

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

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    1db34ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    168e138 View commit details
    Browse the repository at this point in the history
  3. Format code

    getsentry-bot committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    da34861 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. ttid span is now cancelled only on destroyed or when a new activity s…

    …tarts, not anymore if auto-finish option is enabled
    stefanosiano committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    04bbc33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f953c3c View commit details
    Browse the repository at this point in the history