diff --git a/web-src/src/components/App.js b/web-src/src/components/App.js index 1a6a0cb..5260026 100644 --- a/web-src/src/components/App.js +++ b/web-src/src/components/App.js @@ -48,7 +48,8 @@ const App = props => { method: 'POST', headers: { Accept: 'application/json', - 'Content-Type': 'application/json' + 'Content-Type': 'application/json', + 'x-ow-extra-logging': 'on' }, body: JSON.stringify(graphQLParams), credentials: 'same-origin'