diff --git a/library/helpers/fetch.ts b/library/helpers/fetch.ts index c8b01bf3f..6e414fa3c 100644 --- a/library/helpers/fetch.ts +++ b/library/helpers/fetch.ts @@ -113,6 +113,8 @@ export async function fetch({ ]); } +// Add our own requests as outbound connections (Heartbeats, realtime polling, etc.) +// Only for new instrumentation (see below) function trackRequest(url: URL) { const agent = getInstance(); if (!agent) {