Instrument your code

Overview

Before you begin, you need to make a code change! Here's why.

Working with Kubernetes cluster? Check out the Kubernetes setup.

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.

Usage

Last updated