[APM] Prevent imports of server in public code #76264
Labels
Team:APM
All issues that need APM UI Team support
technical debt
Improvement of the software architecture and operational architecture
Following this fix #67210, now we need to remove all server imports from the public code.
All files that import from
apm/server
in the public folder, such as:https://github.com/elastic/kibana/blob/master/x-pack/plugins/apm/public/components/app/ErrorGroupOverview/List/index.tsx#L14-L15
An easy way to track it is find all files that disabled
@kbn/eslint/no-restricted-paths
rule.The text was updated successfully, but these errors were encountered: