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 {
7979 this . _measurements [ name ] = { value, unit } ;
8080 }
8181
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-
9382 /**
9483 * Set metadata for this transaction.
9584 * @hidden
You can’t perform that action at this time.
0 commit comments