microsoft / clarity-apps

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

Unable to see some of view in recording on dashboard. #40

Open axitasavani opened 3 months ago

axitasavani commented 3 months ago

Android SDK: 33 Integration :

  1. build. gradle file implementation 'com.microsoft.clarity:clarity:2.2.0'
  2. Application File
private void initMicrosoftClarity() {

        ClarityConfig config = new ClarityConfig(
                "lq5a8lt***",
                null, // Default user id
                LogLevel.Verbose,
                false, // Disallow metered network usage
                true, // Enable web view capturing
                Collections.singletonList("*"), // Allowed domains
                ApplicationFramework.Native,
                Collections.emptyList(), // Allowed activities
                Collections.emptyList(), // Disallowed activities (ignore activities)
                false, // Disable on low-end devices
                null // Maximum allowed daily network usage in MB (null = unlimited)
        );

        Clarity.initialize(getApplicationContext(), config);
    }

Issue :

Actual Mobile SS: image

Actual Mobile SS: image

Actual Mobile SS: image

axitasavani commented 3 months ago

Hi, Team Any update on this?

nouranmaher86 commented 1 day ago

@axitasavani Can you try upgrading your SDK version and see if this has been resolved? are these views jetpack compose views?