Is it possible to force tracing?

We have an API that gets a lot of traffic. We have one endpoint that is slow, but our sample rate is set to something like 0.0001, so its not being picked up.

Is it possible to force a trace of a request via something like an HTTP header or querystring? I’m using python/django.

Thanks!