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 0cf5fb5 commit f67b1c2Copy full SHA for f67b1c2
packages/tracing/src/browser/metrics.ts
@@ -211,7 +211,7 @@ export class MetricsInstrumentation {
211
}
212
213
if (isMeasurementValue(navigator.deviceMemory)) {
214
- transaction.setTag('deviceMemory', String(navigator.deviceMemory));
+ transaction.setTag('deviceMemory', `${navigator.deviceMemory} GB`);
215
216
217
if (isMeasurementValue(navigator.hardwareConcurrency)) {
0 commit comments