We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b40459 commit edeae26Copy full SHA for edeae26
scripts/generate_instrumentation_bootstrap.py
@@ -68,6 +68,10 @@
68
# development. This filter will get removed once it is further along in its
69
# development lifecycle and ready to be included by default.
70
"opentelemetry-instrumentation-langchain",
71
+ # GenAI SDK is currently excluded because it is still in early
72
+ # development. This filter will get removed once it is further along in its
73
+ # development lifecycle and ready to be included by default.
74
+ "opentelemetry-genai-sdk",
75
]
76
77
# Static version specifiers for instrumentations that are released independently
0 commit comments