diff --git a/service/ErrorProcessor.go b/service/ErrorProcessor.go index 67ea368..95e0e7b 100644 --- a/service/ErrorProcessor.go +++ b/service/ErrorProcessor.go @@ -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