Skip to content

Commit f575666

Browse files
Update posthog/ai/otel/exporter.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 4da94db commit f575666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/ai/otel/exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def _create_trace_event(
436436
"$ai_span_name": agent_name,
437437
"$ai_latency": latency,
438438
"$ai_is_error": is_error,
439-
"$ai_framework": "pydantic-ai",
439+
"$ai_framework": "opentelemetry",
440440
**self._properties,
441441
}
442442

0 commit comments

Comments
 (0)