Improve macOS profiling compile guidance#6002
Conversation
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: ec23afa | Docs | Datadog PR Page | Give us feedback! |
BenchmarksBenchmark execution time: 2026-07-06 22:11:41 Comparing candidate commit ec23afa in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 48 metrics, 1 unstable metrics.
|
|
Hmmm... I'm not entirely excited by this approach as this banner/message can be seen by customers in production (not just when doing development), and at this point we're really not intending to support macOS in the profiler outside of local development. I have been considering for a while an alternative -- our |
|
+1 on making it easy to work on the profiler on macOS.
I think this is the way to go. Agreed the banner shouldn't show dev things when printed in prod, and having part of the banner conditional sounds complicated. Just having the Rakefile cooperate seems best. |
Added explanation on how to compile the profiler for MacOS development to the compilation error message.
Today,
After this PR:
I think this is more accurate of the desired experience, and prevents developers from having to find the correct way to make changes to the profiler.
Change log entry
No.