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 4e722eb commit f90ba85Copy full SHA for f90ba85
packages/tracing/src/browser/metrics.ts
@@ -198,7 +198,7 @@ export class MetricsInstrumentation {
198
}
199
200
if (isMeasurementValue(navigator.deviceMemory)) {
201
- transaction.setTag('deviceMemory', String(navigator.deviceMemory));
+ transaction.setTag('deviceMemory', `${navigator.deviceMemory} GB`);
202
203
204
if (isMeasurementValue(navigator.hardwareConcurrency)) {
0 commit comments