kibana/x-pack/plugins/apm
Søren Louv-Jansen a4285916dd
[APM] Fix debug param issue (#19676)
* [APM] Fix debug param issue

* [APM] Fix _debug issue and add test
2018-06-05 17:56:01 +02:00
..
common Migrate x-pack-kibana source to kibana 2018-04-24 13:48:10 -07:00
public [APM] Fix debug param issue (#19676) 2018-06-05 17:56:01 +02:00
server [APM] Fix missing _debug validator (#19639) 2018-06-03 22:43:29 +02:00
.prettierrc Migrate x-pack-kibana source to kibana 2018-04-24 13:48:10 -07:00
index.js Migrate x-pack-kibana source to kibana 2018-04-24 13:48:10 -07:00
readme.md Migrate x-pack-kibana source to kibana 2018-04-24 13:48:10 -07:00

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