Get started with Gentrace in 5 minutes
Install the SDK
Initialize Gentrace
init()
with your API key:init()
function automatically:Create your first traced interaction
interaction()
function is required to see spans in your pipeline. Without wrapping your code in an interaction()
with a pipelineId
, traces won’t appear in the Gentrace dashboard. This function associates your spans with a specific pipeline for viewing and analysis.View your trace