You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tracing/tracer-factory.ts
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -197,6 +197,7 @@ function httpPost(
197
197
* @param options.agentType - Type of agent running (e.g., "SentienceAgent", "CustomAgent")
198
198
* @param options.llmModel - LLM model used (e.g., "gpt-4-turbo", "claude-3-5-sonnet")
199
199
* @param options.startUrl - Starting URL of the agent run (e.g., "https://amazon.com")
200
+
* @param options.screenshotProcessor - Optional function to process screenshots before upload. Takes base64 string, returns processed base64 string. Useful for PII redaction or custom image processing.
200
201
* @returns Tracer configured with appropriate sink
0 commit comments