Skip to main content
This is still in beta. Give us feedback at [email protected]
1

Install the SDK

Run the following command in your terminal:
gem install traceloop-sdk
In your LLM app, initialize the Traceloop tracer like this:
If you’re using Rails, this needs to be in config/initializers/traceloop.rb
require "traceloop/sdk"

traceloop = Traceloop::SDK::Traceloop.new
2

Log your prompts