Closed
Description
After #15959, we still use Dummy
spans in several places. Pretty much all of those usages should be replaced by either call site or def site spans as dummy spans are always a bug (and may even cause panics in very bad scenarios) as they point to bogus data (that usually should still exist in some way at least).