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 a414c4c commit fbd9dbeCopy full SHA for fbd9dbe
packages/browser-utils/src/metrics/browserMetrics.ts
@@ -452,7 +452,7 @@ export function _addMeasureSpans(
452
}
453
454
// https://developer.mozilla.org/en-US/docs/Web/API/Performance/measure#detail
455
- if ('detail' in entry) {
+ if (entry.detail) {
456
// Handle detail as an object
457
if (typeof entry.detail === 'object') {
458
for (const [key, value] of Object.entries(entry.detail)) {
0 commit comments