sdk
sdk copied to clipboard
Add `inspect` command or flag to integration CLI
Having an inspect options for running the integrations attached to a debugger or Chrome dev tools would be helpful.
At the moment it's possible to do it manually by adding the following line to a package.json
node --inspect-brk ./node_modules/.bin/j1-integration collect"
It would be nice to support built in commands for debugging with chrome dev tools and other debuggers like the one in vs-code.