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 f1cd311 commit 33395d6Copy full SHA for 33395d6
packages/core/src/baseclient.ts
@@ -95,7 +95,7 @@ export abstract class BaseClient<O extends ClientOptions> implements Client<O> {
95
*
96
* @experimental Note this is alpha API. It may experience breaking changes in the future.
97
*/
98
- public metricsAggregator: MetricsAggregator | undefined;
+ public metricsAggregator?: MetricsAggregator;
99
100
/** Options passed to the SDK. */
101
protected readonly _options: O;
0 commit comments