boyerdalton
boyerdalton
> If your requests end up going through `fetch()` DebugKit will not be able to capture them. The live logging relies on patching `XMLHttpRequest` and it is possible for libraries...
Thanks @markstory so I did some testing around and it seems that `this.getResponseHeader('X-DEBUGKIT-ID')` on line 62 of toolbar.js is returning as null.
@markstory there are no warnings in the console. When I console logged `getAllResponseHeaders ()`, and `X-DEBUGKIT-ID` Is not even present in the list of headers. I consulted another dev about...
@markstory Yeah I'm not sure whats going on here, I `debug( $response->withBody($body))` in ToolbarServices in injectScripts and it does have the X-DEBUGKIT-ID in there. The only things I can think...