Skip to main content
Three commands share the same shape — a typed slice of one session’s (or one issue’s) events:
REF
string
Session id (prefix ok) or issue id (SM-xxxx). Default: the latest session. An issue ref scopes to its latest incident’s session.

slomo vars

Variable snapshots — both kinds:
  • manual — your snapshot() calls, with their labels
  • exception-captured — locals from the top frames of crashing stacks (see [hooks.snapshots])

slomo http

HTTP requests and responses recorded by the requests/httpx hooks, with pairs correlated:

slomo sql

SQL queries and results from the sqlite3/SQLAlchemy hooks:
Bound parameters appear only if you enabled [hooks.sql] capture_params — off by default, because parameters are where the PII lives. These views answer “show me all the X in this run” instantly. Use slomo search when you need to filter by content (status=500, url=stripe) or look across sessions.