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

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

Open
axitasavani opened this issue Apr 10, 2024 · 1 comment
Open

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

axitasavani opened this issue Apr 10, 2024 · 1 comment
Labels
apps Issues specific to Clarity Apps SDK

Comments

@axitasavani
Copy link

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 :

  • I'm not able to see WebView preview in the recording
    SS of Dashboard:
    image

Actual Mobile SS:
image

  • I'm not able to see the VideoView (Exoplayer) preview in recording
    SS of Dashboard:
    image

Actual Mobile SS:
image

  • I'm not able to see proper MyCustomView (Canvas and runtime view) Preview in the recording
    SS of Dashboard:
    image

Actual Mobile SS:
image

@axitasavani
Copy link
Author

Hi, Any update on this?

@ibradwan ibradwan added the apps Issues specific to Clarity Apps SDK label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apps Issues specific to Clarity Apps SDK
Projects
None yet
Development

No branches or pull requests

2 participants