im using
implementation 'com.microsoft.clarity:clarity-compose:2.5.0'
The only screen that i have is MainActivity.
the setScreenName function seems to be only for React native. how to control the screen name on jetpack compose?
As you mentioned, setCurrentScreenName is currently only available in React Native. However, we're working on making it available for the rest, and it should be released very soon.
im using
implementation 'com.microsoft.clarity:clarity-compose:2.5.0'
The only screen that i have is MainActivity. the setScreenName function seems to be only for React native. how to control the screen name on jetpack compose?