File tree Expand file tree Collapse file tree 3 files changed +0
-43
lines changed
integration-tests/suites/public-api/startTransaction/setMeasurements Expand file tree Collapse file tree 3 files changed +0
-43
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -79,17 +79,6 @@ export class Transaction extends SpanClass implements TransactionInterface {
79
79
this . _measurements [ name ] = { value, unit } ;
80
80
}
81
81
82
- /**
83
- * Set observed measurments for this transaction. This is a convenience function
84
- * instead of multiple `setMeasurement` calls.
85
- *
86
- * @param measurements Measurements to set. Keys represent measurement names.
87
- * Existing measurements with matching names will be overwritten.
88
- */
89
- public setMeasurements ( measurements : Measurements ) : void {
90
- this . _measurements = { ...this . _measurements , ...measurements } ;
91
- }
92
-
93
82
/**
94
83
* Set metadata for this transaction.
95
84
* @hidden
You can’t perform that action at this time.
0 commit comments