in src/logger/MetricsContext.ts [192:201]
public createCopyWithContext(): MetricsContext {
return new MetricsContext(
this.namespace,
Object.assign({}, this.properties),
Object.assign([], this.dimensions),
this.defaultDimensions,
this.shouldUseDefaultDimensions,
this.timestamp
);
}