kibana/x-pack/plugins/apm
2018-05-15 23:03:40 +02:00
..
common
public [APM] Fix bug that causes watcher emails to fail (#19071) 2018-05-15 23:03:40 +02:00
server
.prettierrc
index.js
readme.md

Documentation for APM in x-pack-kibana

Format with Prettier

npx prettier "./plugins/apm/**/*.js" --write

Run tests

node scripts/jest.js plugins/apm --watch

Update snapshots

node scripts/jest.js plugins/apm --updateSnapshot

Lint code

npx eslint ./plugins/apm

Ensure everything from master has been backported to 6.x

git fetch origin && git checkout 6.x && git diff origin/6.x..origin/master ./plugins/apm | git apply