Insights is a CLI-only concept. We've seen this implementation causing problems on the cloud. This PR provides a noop implementation to Insights by default so that we don't use it on cloud.
For CLI the real implementation is passed so that behavior of CLI remains unchanged
Testing
Locally running a command that raises insight. Tapping on optional view that's not there.
Proposed changes
Insights
is a CLI-only concept. We've seen this implementation causing problems on the cloud. This PR provides a noop implementation to Insights by default so that we don't use it on cloud.For CLI the real implementation is passed so that behavior of CLI remains unchanged
Testing
Locally running a command that raises insight. Tapping on optional view that's not there.
Issues fixed