Sprkl Docs
SupportSprkl websiteJoin Sprkl betaJoin Sprkl for CI
0.0.64
0.0.64
  • What is Sprkl?
  • Getting started
    • Install Sprkl
    • Instrument your code
      • Bare metal
      • Docker
      • Kubernetes
    • Start with a sample project with Docker Compose
  • Features
    • Dashboard
      • Personal vs. Global
      • Code Block Reference
    • Code markups
    • System Graph
    • Jaeger tracing
    • Jest integration
    • New! Detect runtime security vulnerabilities in your code
  • Integrations and supported stack
  • Concepts
    • Analysis
    • Instrumentation
    • Aggregations, metrics and insights
  • FAQ
  • Support
  • Sprkl for GitHub Actions
    • Overview
    • Setup
    • Pulling Sprkl data to your IDE for further debugging
  • Troubleshooting
Powered by GitBook
On this page
  • Overview
  • Usage
  1. Getting started

Instrument your code

PreviousInstall SprklNextBare metal

Last updated 2 years ago

Overview

Before you begin, you need to make a code change!

Working with Kubernetes cluster? Check out the .

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 ).

The Sprkl CLI configures the environment of the executed node runtime to be fully instrumented according to your code changes.

Usage

Here's why.
Kubernetes setup
Analysis
How it works?
Cover

Bare metal

Cover

Docker

Cover

Kubernetes