We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5296648 commit 999dd9fCopy full SHA for 999dd9f
packages/tracing-internal/src/browser/metrics/index.ts
@@ -430,7 +430,7 @@ export function _addResourceSpans(
430
data['server.address'] = resourceUrl.host;
431
}
432
433
- data['url.same_origin'] = resourceUrl.host === window.location.host;
+ data['url.same_origin'] = resourceUrl.host === WINDOW.location.host;
434
435
const startTimestamp = timeOrigin + startTime;
436
const endTimestamp = startTimestamp + duration;
0 commit comments