Instrument your code
To run your project with Sprkl, the only thing you need to do is to run this command (assuming
npm start
to start the application):sprkl -- npm start
The Sprkl CLI analyzes all the code in the provided repository (detected by your current working directory) and then executes the given command (checkout Analysis).
The Sprkl CLI configures the environment of the executed node runtime to be fully instrumented according to your code changes.

How it works
Last modified 6mo ago