microsoft / clarity-apps

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

Android disable clarity when not needed #34

Closed ShkurtiA closed 4 months ago

ShkurtiA commented 7 months ago

Hi,

I have seen this issue https://github.com/microsoft/clarity-apps/issues/28 but I thought to give it a try and ask this question again for another use case we have.

We have a feature where the Android app hosts a server and other devices can connect to it and consume it. To keep the processing power free from useless actions, we do not want to have clarity enabled when this feature is running. For this reason we need a start and stop mode for clarity.

In your documentation you mention that you disable it by default for low end devices but we can not rely only on it.

Is it possible to enable this feature?

Also we are interested in some documentation on how does clarity handle cases when the app is offline for quite some time and then goes online. Do you have an offline mechanism?

Thank you

ibradwan commented 7 months ago

Hello @ShkurtiA, thanks for sharing your feedback.

Regarding the enable/disable Clarity feature, we've received multiple requests for this feature from different customers and we're prioritizing it to be released in the near future, so please stay tuned.

Regarding how Clarity handles the offline scenario:

ibradwan commented 4 months ago

@ShkurtiA We've released a new version a couple of days ago that gives you the ability to pause() and resume() Clarity whenever you need to.