Guard ES UI plugins against missing usageCollection dependency #63281
Labels
chore
Feature:New Platform
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Some of our plugins declare
usageCollection
as an optional dependency, but internally don't type it as optional or guard against it if it's missing.See https://github.com/elastic/kibana/pull/63255/files#diff-6d18b1d695a8432b03b362bb913fd2faR28 or Console code for an example of the kind of changes we need to make.
Apps which need to be updated:
The text was updated successfully, but these errors were encountered: