microsoft / clarity-apps

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

LogLevel import not found #3

Closed Renatinaveen closed 1 year ago

Renatinaveen commented 1 year ago

class ClarityConfig( val projectId: String, val userId: String? = null, val logLevel: LogLevel = LogLevel.None, val allowMeteredNetworkUsage: Boolean = false, val enableWebViewCapture: Boolean = true, val allowedDomains: String? = listOf("*") )

ibradwan commented 1 year ago

It should be available to import at

import com.microsoft.clarity.models.LogLevel

Can you share your complete initialization code?