TP-5555 | clean up

This commit is contained in:
varnit goyal
2024-10-13 14:33:18 +05:30
parent 67c413c203
commit 68cd7ec96c

View File

@@ -108,6 +108,7 @@ func (ep *ErrorProcessor) ProcessError(error []byte) {
sourceMapPath, err := ep.sourceMapFetcher.GetSourceMap(fileName, projectId, releaseId, ep.awsConfig.Bucket)
if err != nil {
fmt.Printf("error occured in fetching source map")
return
}
frame.SourceMapPath = sourceMapPath