Skip to content

Developer Tips

Артём Муфазалов edited this page Oct 23, 2024 · 6 revisions

Tracing

To add tracing to all requests you should write in browser console:

localStorage.enable_tracing_for_all_requests = "true"

It will add X-Want-Trace: 1 header to all requests. Tracing data will be in Traceresponse response header

Clone this wiki locally