Closed sivachandran closed 3 months ago
Getting the following error while trying to use the github.com/grafana/jfr-parser/pprof from another project
github.com/grafana/jfr-parser/pprof
/go/pkg/mod/github.com/grafana/jfr-parser/pprof@v0.0.0-20240821021831-cfd6e79a1afc/parser.go:17:27: undefined: parser.ProcessSymbols
The PR updates the jfr-parser version to latest which has the parser.ProcessSymbols.
parser.ProcessSymbols
You can squash merge the PR.
Thank you
Getting the following error while trying to use the
github.com/grafana/jfr-parser/pprof
from another projectThe PR updates the jfr-parser version to latest which has the
parser.ProcessSymbols
.