@uservane/openai-agents/langfuse: UserVaneLangfuseExporter
Class: UserVaneLangfuseExporter
Section titled “Class: UserVaneLangfuseExporter”Defined in: langfuse.d.ts:104
Scoped TracingExporter: one Langfuse trace per Agents Trace with sessionId = groupId. Skips traces without groupId (no orphan sessions).
Implements the export(items) shape of @openai/agents TracingExporter.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new UserVaneLangfuseExporter(
lf,debug?):UserVaneLangfuseExporter
Defined in: langfuse.d.ts:109
Parameters
Section titled “Parameters”debug?
Section titled “debug?”boolean
Returns
Section titled “Returns”UserVaneLangfuseExporter
Properties
Section titled “Properties”lastOutcome
Section titled “lastOutcome”lastOutcome:
ExportOutcome
Defined in: langfuse.d.ts:108
Last export outcomes (tests / ops).
Methods
Section titled “Methods”export()
Section titled “export()”export(
items):Promise<void>
Defined in: langfuse.d.ts:110
Parameters
Section titled “Parameters”(AgentsSpanLike | AgentsTraceLike)[]
Returns
Section titled “Returns”Promise<void>