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 f9f591a commit 121c3afCopy full SHA for 121c3af
docs/conf.py
@@ -37,7 +37,7 @@
37
instr_dirs = [
38
os.path.abspath("/".join([instr, f, "src"]))
39
for f in listdir(instr)
40
- if isdir(join(instr, f)) and f != "opentelemetry-instrumentation-boto"
+ if isdir(join(instr, f))
41
]
42
43
instr_genai = "../instrumentation-genai"
0 commit comments