microsoft / clarity-apps

Repo for distributing Clarity Apps packages
MIT License
46 stars 2 forks source link

[Bug] [Android] Our recordings from Jetpack Compose are blank #77

Open hugoangeles0810 opened 1 day ago

hugoangeles0810 commented 1 day ago

Describe the Bug All of our recordings are blank on Clarity Dashboard, we don't see any Clarity error log on Logcat

Image

Setup Tried in Application.onCreate() and MainActivity.onCreate()

val config = ClarityConfig(BuildConfig.CLARITY_PROJECT_ID)
Clarity.initialize(this, config)

Platform/Framework Info Device: Samsung Galaxy S23 Ultra, Xiaomi Redmi Note. OS: Android, versions 10 and 14 Application Framework Android with Jetpack Compose Clarity Version tested: 2.5.0 and 2.5.2 Compose Version: 1.6.0

Screenshots Image

Image

ibradwan commented 1 day ago

Hi,

Have you used the clarity-compose version?

hugoangeles0810 commented 1 day ago

Hi @ibradwan,

Yes, I have used clarity-compose 2.5.0 and also 2.5.2. We are getting blank screens with both versions.