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:
[hooks.sql] capture_params — off by default, because parameters are where the PII lives.
When to use these vs. search
These views answer “show me all the X in this run” instantly. Useslomo search when you need to filter by content (status=500, url=stripe) or look across sessions.