Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions library/helpers/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Loading