CoreObservabilityGet Started

Get Started with Tracing

This guide walks you through ingesting your first trace into Litefuse. If you’re looking to understand what tracing is and why it matters, check out the Observability Overview first. For details on how traces are structured in Litefuse and how it works in the background, see Core Concepts.

Get API keys

  1. Create Litefuse account or self-host Litefuse.
  2. Create new API credentials in the project settings.

Set up your AI agent

Use the Langfuse Skill in your editor’s agent mode to automatically instrument your application. It will choose the best option to instrument based on your specific application.

What is a Skill? A reusable instruction package for AI coding agents. It gives your agent Langfuse-specific workflows and best practices out of the box.

Install the Langfuse Skill in your coding tool:

Langfuse has a Cursor Plugin that includes the skill automatically.

Start a new agent session, then prompt it to instrument your codebase:

"Instrument this application with Langfuse tracing following best practices."

See your trace in Litefuse

After running your application, visit the Litefuse interface to view the trace you just created. (Example LangGraph trace in Litefuse)

Not seeing what you expected?

    Next steps

    Now that you’ve ingested your first trace, you can start adding on more functionality to your traces. We recommend starting with the following:

    Already know what you want? Take a look under Features for guides on specific topics.

    Was this page helpful?