Skip to content

subtrace/subtrace

Repository files navigation

Subtrace

See backend network requests without any extra code.

Linux

curl -fsSL https://subtrace.dev/install.sh | sh

Community

Guides

Quickstart

# Node.js
subtrace run -- npm run dev

# FastAPI
subtrace run -- fastapi dev main.py

# Everything else
subtrace run -- [command]