TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Do you log your customer activity data?

1 点作者 white超过 2 年前
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

rp36超过 2 年前
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.