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 6278aa8 commit 5c434a8Copy full SHA for 5c434a8
packages/metrics/src/types/Metrics.ts
@@ -190,8 +190,8 @@ interface MetricsInterface {
190
* included in all metrics, use the {@link MetricsInterface.setDefaultDimensions | `setDefaultDimensions()`} method.
191
*
192
* @param dimensions - An object with key-value pairs of dimensions
193
- * @returns The dimensions object that was passed in
194
*/
+ addDimensions(dimensions: Dimensions): void;
195
/**
196
* A metadata key-value pair to be included with metrics.
197
0 commit comments