Open axitasavani opened 7 months ago
Android SDK: 33 Integration :
implementation 'com.microsoft.clarity:clarity:2.2.0'
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:
Hi, Team Any update on this?
@axitasavani Can you try upgrading your SDK version and see if this has been resolved? are these views jetpack compose views?
Android SDK: 33 Integration :
implementation 'com.microsoft.clarity:clarity:2.2.0'
Issue :
Actual Mobile SS:
Actual Mobile SS:
Actual Mobile SS: