Laminar Quickstart Trace
Workflow
- Confirm runtime (Node/TS vs Python), Laminar backend target (cloud vs self-hosted), and availability of
LMNR_PROJECT_API_KEY. - Build the smallest runnable demo using manual spans only; tag the trace with a unique run id for easy filtering.
- Run the script and direct the user to the Traces view; filter by tag or metadata to find the trace.
- If traces do not show quickly, retry with batching disabled and call
Laminar.flush().
References
references/quickstart-node.mdfor a Node/JS demo with code and commands.references/quickstart-python.mdfor a Python demo with code and commands.references/troubleshooting.mdfor common failures and fast fixes.