I have a quick question. I am going through the flight recorder blog post (
https://go.dev/blog/flight-recorder) and trying various things. In particular, I am trying "flow events" to see if I can get the connecting lines with arrow marks. No matter what I do, I couldn't get the connecting lines for my code. What causes those lines? New goroutine? Channel communication? Function call? Calling a function in another package? To the extent I checked, it looks like spawning a new go routine produces connecting lines but I am unable to make it happen for my code.