Get started with tracing sessions with HoneyHive
model
eventstool
eventschain
eventssession
Installation
Authenticate the SDK & initialize the tracer
HoneyHiveTracer
marks the beginning of your session
and allows you to begin tracing your program.
To initialize, pass the following parameters:api_key
: Get your API key from HoneyHive Account Settings.project
: Create a project from HoneyHive Projects.source
: The source of the trace, e.g. “prod”, “dev”, etc. Defaults to “dev”.session_name
: The name of the session, defaults to the main module name.server_url
: The private HoneyHive endpoint found in the Settings page in the HoneyHive app.Trace any custom spans using function decorators