Skip to content

Commit 7f68214

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

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
@@ -492,7 +492,7 @@ def _create_span_event(
492492
"$ai_span_name": span.name,
493493
"$ai_latency": latency,
494494
"$ai_is_error": is_error,
495-
"$ai_framework": "pydantic-ai",
495+
"$ai_framework": "opentelemetry",
496496
**self._properties,
497497
}
498498

0 commit comments

Comments
 (0)