|
|
|
|
|
by kalleboo
2691 days ago
|
|
> So, we're supposed to trust the application's main process to accept a credit card securely, but not trust their system which tracks UX? Correct. The payment code is usually gone over with a comb for PCI compliance (or completely outsourced to someone like Stripe), whereas the UX tracking is much less so. It's also a common enough issue that stuff like credit cards or API codes end up leaking into logs. |
|
That said, my point isn't necessarily that you should trust apps gathering UX metrics more, but that you should probably trust all apps quite a bit less, whether they track user actions or not.