Preserve Go type parameters in function names
Open
enhancement
ux
- Dominant language
- Go
- Stars
- 11.7k
- Forks
- 802
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 80
Description
Currently, Go type parameters are removed from the function names and replaced with the ellipsis stub (`[...]`). It was a quick fix for:

https://github.com/grafana/pyroscope/pull/3010
We should delegate representation handling to the frontend and always preserve symbols as they are.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.