TP-5555 | md5 inclusion and frames log

This commit is contained in:
varnit goyal
2024-10-14 18:04:04 +05:30
parent 54baf9e28b
commit b7b3b09df8

View File

@@ -120,7 +120,7 @@ func (ep *ErrorProcessor) ProcessError(error []byte) {
}
output, err := symbolicator.SymbolicatorClient(command)
fmt.Printf("orignal frames %+v\n", frames)
fmt.Printf("orignal frames %s\n", string(frames))
fmt.Printf("frames %+v\n", output.Frames)
if err != nil {