Closed
Description
Stumbled on this review comment that came a bit too late after a merge.
This is a public API, so this will break bevy plugins using it if the "wrong" build configuration is enabled by the user.
tracing
allows attaching this information to aSpan
instead, which is a better way to do this (thewarn_once!
will include the span's fields).Originally posted by @SludgePhD in #11767 (comment)