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 d871330 commit a722feeCopy full SHA for a722fee
packages/tracing/src/browser/metrics.ts
@@ -171,12 +171,10 @@ export class MetricsInstrumentation {
171
172
if (isMeasurementValue(connection.rtt)) {
173
this._measurements['connection.rtt'] = { value: connection.rtt };
174
- transaction.setTag('connection.rtt', String(connection.rtt));
175
}
176
177
if (isMeasurementValue(connection.downlink)) {
178
this._measurements['connection.downlink'] = { value: connection.downlink };
179
- transaction.setTag('connection.downlink', String(connection.downlink));
180
181
182
0 commit comments