exceptionless 列新

This commit is contained in:
suguo.yao 2022-09-29 13:49:45 +08:00
parent 0c5879b6d3
commit a589b8d32f
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ func SubmitAppError(funcName string, proc string, reqid *string, err error) stri
data["@simple_error"] = errorMap
var event = Event{
EventType: "error",
Message: proc,
Message: fmt.Sprintf("%s - %s", funcName, proc),
Data: data,
ReferenceID: referenceID,
Source: conf.ProgramName,