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.
Application Insights 允许捕获页面视图、请求、异常和其他几种类型的遥测数据。如果我只想为异常捕获数据,我可以设置我的遥测配置来支持这个吗?我在 Azure 上部署的 Asp.Net 核心 Web 应用程序上。
我能够通过编写此处记录的自定义遥测处理器来实现该设施。