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

fragment performance details not showing #4235

Open
mrzbn opened this issue Mar 6, 2025 · 1 comment
Open

fragment performance details not showing #4235

mrzbn opened this issue Mar 6, 2025 · 1 comment
Labels
Platform: Android Type: Bug Something isn't working

Comments

@mrzbn
Copy link

mrzbn commented Mar 6, 2025

Integration

sentry-android

Build System

Gradle

AGP Version

5.3.0

Proguard

Disabled

Version

8.3.0

Steps to Reproduce

this is my sentry setup

       options.addIntegration(
            FragmentLifecycleIntegration(
                this,
                enableFragmentLifecycleBreadcrumbs = true, // enabled by default
                enableAutoFragmentLifecycleTracing = true  // disabled by default
            )
        )

        options.isEnableTimeToFullDisplayTracing = true
        options.isEnableUserInteractionTracing = true
        options.isEnableAutoActivityLifecycleTracing = true

        options.isEnableAppStartProfiling = true

        options.tracesSampleRate = 1.0
        options.profilesSampleRate = 1.0

Expected Result

I want to see performance insights of my fragments

Actual Result

Image

@philprime
Copy link

Thank you @mrzbn for opening up this issue!

As 8.3.0 is the latest version, did you use previous versions as well with the behavior changing with the latest release?

Also, can you please give us more details on what you are expecting to see in the attached screenshot in comparison to what is shown. This would help us to pinpoint what exactly is not working out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: Android Type: Bug Something isn't working
Projects
Status: No status
Status: Needs Discussion
Development

No branches or pull requests

3 participants