laminar-instrument-codebase

Instrument an existing codebase with Laminar tracing: choose which functions to observe, initialize Laminar correctly, add tags/metadata/session IDs, and verify traces. Use when a user asks to add Laminar tracing, instrument functions, or integrate Laminar with a TS/JS or Python codebase.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "laminar-instrument-codebase" with this command: npx skills add lmnr-ai/laminar-skills/lmnr-ai-laminar-skills-laminar-instrument-codebase

Laminar Instrument Codebase

Workflow

  1. Identify runtime and entrypoints; map critical flows and select functions to instrument.
  2. Initialize Laminar once, early in the app, and configure auto-instrumentation for the libraries in use.
  3. Add manual spans with observe around selected functions; attach tags, metadata, session/user IDs; suppress sensitive inputs/outputs.
  4. Run a representative flow, validate traces in the UI, and tune span granularity and tags.

References

  • references/function-selection.md for heuristics on what to instrument.
  • references/ts-instrumentation.md for TypeScript/JavaScript patterns and snippets.
  • references/python-instrumentation.md for Python patterns and snippets.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

laminar-quickstart-trace

No summary provided by upstream source.

Repository SourceNeeds Review
General

query-api

No summary provided by upstream source.

Repository SourceNeeds Review
General

laminar-migrate-observability

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated