We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ced31d commit 5cc927bCopy full SHA for 5cc927b
langfuse/__init__.py
@@ -5,6 +5,7 @@
5
from ._client.observe import observe # noqa
6
from .version import __version__ # noqa
7
from ._client.span import LangfuseSpan, LangfuseGeneration, LangfuseEvent
8
+from ._client.attributes import LangfuseOtelSpanAttributes
9
10
__all__ = [
11
"Langfuse",
@@ -13,4 +14,5 @@
13
14
"LangfuseSpan",
15
"LangfuseGeneration",
16
"LangfuseEvent",
17
+ "LangfuseOtelSpanAttributes",
18
]
0 commit comments