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

Cold App Start is not reported in version 6.5.0 on Android #4598

Open
krystofwoldrich opened this issue Feb 26, 2025 · 2 comments
Open

Cold App Start is not reported in version 6.5.0 on Android #4598

krystofwoldrich opened this issue Feb 26, 2025 · 2 comments

Comments

@krystofwoldrich
Copy link
Member

Description

The SDK reports all start-ups as warm since version 6.5.0 on Android.

@krystofwoldrich
Copy link
Member Author

krystofwoldrich commented Feb 26, 2025

I can reproduce the behavior in our sample app on the main branch.
On v5 branch, the cold app start is reported correctly. EDIT: it also works correctly on v6 up to and including 6.4.0 - if you rely on this feature on Android, use version 6.4.0 until fixes are out.

The issue is that the start type is always unknown. The onActivityCreated lifecycle hook of the native SDK is not executed in version 6.5.0 and so the app start type is not set.

@markushi
Copy link
Member

Hi everyone, good news: we've identified the underlying root cause and have a fix available. Expect a fresh release to be shipped either today or early next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

3 participants