问HN:在Homebrew/casks中添加可追踪事件的最佳方法是什么?
我最近发布了Peeksy(https://github.com/anubhavitis/peeksy),并收到了部分用户的良好反馈。因此,我想添加一些用户请求的功能,并将其构建为一个标准的Homebrew/Cask。
我想添加一些跟踪事件,比如安装、卸载以及某些重要流程的激活。我该如何实现呢?
是否已有现成的设置可以使用?还是我需要创建一个服务器来处理这些跟踪?
查看原文
I recently released Peeksy (https://github.com/anubhavitis/peeksy), and I am getting good feedback from some of the users. Therefore, I wanted to add some requested features and build this as a standard homebrew/cask.<p>I want to add some tracking events like, installs, uninstalls, and activation of some important flows. How can I do that?<p>Is there any existing setup for this? Or do I need to create a server that handles this tracking?