How to trace fetch calls in Automatic Instrumentation in the browser

I tried out Automatic Instrumentation and would have expected that request made during a transaction are tracked automatically like for page load and navigation. Is there any special setting needed for it. Doing in manually, like in the code sample from the docs is not suitable as we are using apollo client.