Closed axitasavani closed 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 :
Steps :
User was misconfiguring Clarity by disabling metered network usage and expecting the data to be uploaded over a metered network.
Android SDK : 33 Integration :
implementation 'com.microsoft.clarity:clarity:2.2.0'
Issue :
Steps :