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

Allow custom instrumentation to collect slow and frozen frames #2061

Closed
Tracked by #14
marandaneto opened this issue May 20, 2022 · 1 comment
Closed
Tracked by #14

Allow custom instrumentation to collect slow and frozen frames #2061

marandaneto opened this issue May 20, 2022 · 1 comment
Labels
performance Performance API issues Platform: Android

Comments

@marandaneto
Copy link
Contributor

Description

Right now only ui.load transactions add Slow and frozen frames because it depends on using the activityFramesTracker and the Activity instance.
We should add an abstraction that if the user is creating custom instrumentation, they don't have to do that manually, but the SDK itself is able to do so, slow and frozen frames are always attached by default on Android.

Related issue #2101

@markushi
Copy link
Member

markushi commented Dec 4, 2024

Closing this, as we already attach the slow and frozen frame data to every span.

@markushi markushi closed this as completed Dec 4, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Done in Mobile & Cross Platform SDK Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance API issues Platform: Android
Projects
Archived in project
Development

No branches or pull requests

3 participants