Just didn't get why we design the behavior:
When agent sends profiling to backend, it always wait for backend to return the stacktrace IDs needing symbolization. Then returns the stacktraces to backend again.
And checking parca server code, it always returns all IDs in request to fetch the symbolization directly.
Why don't we just send profiling data with symbolization directly? Because seems except native code, all symbolization is finished in agent side right?