Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经通过 config.yml 为 Monolog 配置了一个哨兵处理程序。现在我需要从日志数据中过滤掉一些数据。数据被添加到哨兵的 raven_handler 中。因此,我需要使用 Sentry 处理器将其过滤掉。在日志进入哨兵之前,独白处理器正在工作。
我找不到通过 Monolog 的 .yml 配置传递 Sentry 处理器的方法。
你有什么建议吗?