// TODO@time-skipping: support time skipping for chasm
if s.config.EnableChasm(namespaceName) {
shard.ChasmRegistry(),
shard.GetTimeSource(),
s,
chasm.DefaultPathEncoder,
logger,
shard.GetMetricsHandler().WithTags(metrics.NamespaceTag(namespaceName)),
)
}
if s.executionInfo.GetTimeSkippingInfo() != nil {