Skip to content

Commit 5c434a8

Browse files
committed
fix: revert incorrect changes to Metrics interface
1 parent 6278aa8 commit 5c434a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/metrics/src/types/Metrics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ interface MetricsInterface {
190190
* included in all metrics, use the {@link MetricsInterface.setDefaultDimensions | `setDefaultDimensions()`} method.
191191
*
192192
* @param dimensions - An object with key-value pairs of dimensions
193-
* @returns The dimensions object that was passed in
194193
*/
194+
addDimensions(dimensions: Dimensions): void;
195195
/**
196196
* A metadata key-value pair to be included with metrics.
197197
*

0 commit comments

Comments
 (0)