Tracy errors on my project shortly after starting (<10ms into running):
Instrumentation Failure
Profiling session terminated due to improper instrumentation.
Please correct your program and try again.
Reason: Too many source locations. You cannot have more than 32K static or dynamic source locations.
I am using Bevy 0.14.2 and Tracy Profiler 0.11.0.
I'm not sure what source locations are, in this context.