gpt4 book ai didi

c# - 为什么我的 Azure 函数没有在 App Insights 中记录正确的异常?

转载 作者:太空宇宙 更新时间:2023-11-03 14:49:19 25 4
gpt4 key购买 nike

假设我的功能如下:

public static void Run([QueueTrigger(queueName, Connection = connection)]string message, 
TraceWriter logger) {
throw new CustomException();
}

日志如下所示:

SomeTime [Error] ExceptionNameSpace.CustomException ---> System.Exception

当我转到 App Insights 并查看异常分割时,我在“异常”类型下发现此失败的请求。我什至没有看到列出的 CustomException 类型!为什么我的异常被转换为通用异常?

最佳答案

对于那些遇到同样问题的人:

我找到了“解决方案”,通过查询 App Insights 的 Analytics 部分内的异常表中的outerType 列来恢复原始异常。奇怪的是,通用异常显示在“type”列下,但“outerType”是我原来的异常。

关于c# - 为什么我的 Azure 函数没有在 App Insights 中记录正确的异常?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52503770/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com