pmx
pmx copied to clipboard
pmx.emit an array fail to send it to km
https://github.com/keymetrics/pmx/blob/master/lib/events.js#L17
The problem is more this that it try to set the __name property and that apparently you can't on an Array, so PM2 can't read it aftewards https://github.com/Unitech/pm2/blob/master/lib/Interactor/PushInteractor.js#L224
And then the backend doesn't insert in elasticsearch since it doest contains the name field