如何阻止 App Insights 向调试器发送垃圾消息?
How can I stop App Insights spamming the debugger with messages?
当我 运行 我的项目在本地调试器下运行时,App Insights 会向调试器发送大量消息并阻塞我的输出 window。如何在不完全禁用 AI 的情况下阻止这种反社会行为?
Application Insights Telemetry: {"name":"Microsoft.Applicat...
如果您只想停止在 visual studio 的输出 window 中显示 AI 跟踪消息,很遗憾,这是不可能的。截至目前,您只能完全禁用 AI 来阻止此行为。
已经 an issue 跟踪此功能,但此功能仍在进行中。
当我 运行 我的项目在本地调试器下运行时,App Insights 会向调试器发送大量消息并阻塞我的输出 window。如何在不完全禁用 AI 的情况下阻止这种反社会行为?
Application Insights Telemetry: {"name":"Microsoft.Applicat...
如果您只想停止在 visual studio 的输出 window 中显示 AI 跟踪消息,很遗憾,这是不可能的。截至目前,您只能完全禁用 AI 来阻止此行为。
已经 an issue 跟踪此功能,但此功能仍在进行中。