TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Do you log your customer activity data?

1 pointsby whiteover 2 years ago
Do you log your customer activity to any of the log management platforms, like Splunk, Datadog, Papertrail, Sentry, etc?<p>We do, and most of that data is focused on errors (eg., already registered, bad credit card, etc), although we do about 30% of events like &quot;quote requested&quot;, clicked &quot;sign up&quot;, etc).<p>We ended up creating a &quot;sidecar&quot;, that processes the event, checks again our CRM in place (Hubspot, Zoho) and either proactively initiates a conversation via email, or sends transaction confirmation&#x2F;error. (We store templates for different events, and adjusted to different channel - depending which one we know for the customer - like Push, SMS, email).<p>Would you use something like that?<p>If not, why not?

1 comment

rp36over 2 years ago
Anything that includes PII should be redacted or ignored. Most log libraries not support it or able to extend them. Once the logs goes to external platforms or archives, its will require additional effort to maintain the data&#x2F;privacy. Also, logging should be minimal required and continually should be re-evaluated, so old&#x2F;unnecessary logging can be eliminated.