I have a fetch in App Router based API route using router and the fetch is not being picked up by the nextjs adapter. Other fetchs are, either in RSCs or in the client, so the adapter is configured properly.
I notice the example nextjs application doesn't have API routes. Might help to add those to make sure that calls made through those get collected properly.
I have a fetch in App Router based API route using router and the fetch is not being picked up by the nextjs adapter. Other fetchs are, either in RSCs or in the client, so the adapter is configured properly.
I notice the example nextjs application doesn't have API routes. Might help to add those to make sure that calls made through those get collected properly.