microsoft / clarity-apps

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

Customised user id not reflecting in the Clarity portal #50

Closed TomaszLizer closed 2 months ago

TomaszLizer commented 2 months ago

I have tried adding customised user id when running Clarity iOS SDK - I could see in Clarity logs (through Xcode) that customised user id was added correctly. In portal I can find customisedUserID field is added in details page, however it has no value assigned and I cannot filter with this id (not finding any recordings with such id). This is one of the dealbreaker issues for me.

Screenshot 2024-07-25 at 05 49 12
ibradwan commented 2 months ago

Hi @TomaszLizer, Thanks for sharing this issue, please provide the following details:

Thanks

TomaszLizer commented 2 months ago

I have been testing that in both actual app we are aiming to deploy clarity too as well as on small isolated project. Here is ID for the latter one: nbw0wupcig - this value seems to be sort of a secret, sharing this one publicly since it is just for test project, nevertheless for future reference how should we communicate issues for particular projectID? When it comes to example CustomUserId it was different kinds:

None of that worked, I have tried plain string and UUID strings for CustomSessionID and there it worked.

nouranmaher86 commented 2 months ago

Thank you @TomaszLizer - We are aware of this issue and will report back when a fix is deployed. Shouldnt take long.

ibradwan commented 2 months ago

Hi @TomaszLizer,

For sharing details, including projectId, you should be sharing them on clarity-apps-support@microsoft.com. Regarding that issue, we've pinpointed the problem and it's a front-end issue that should be fixed very soon.

ibradwan commented 2 months ago

This should be solved now.

TomaszLizer commented 2 months ago

Thanks - fixed and retro-active. Can see customised user id in portal for old recordings 🙌