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 d7897ed commit 297bf24Copy full SHA for 297bf24
opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py
@@ -104,6 +104,10 @@
104
"library": "fastapi ~= 0.92",
105
"instrumentation": "opentelemetry-instrumentation-fastapi==0.56b0.dev",
106
},
107
+ {
108
+ "library": "fastapi-slim ~= 0.92",
109
+ "instrumentation": "opentelemetry-instrumentation-fastapi==0.56b0.dev",
110
+ },
111
{
112
"library": "flask >= 1.0",
113
"instrumentation": "opentelemetry-instrumentation-flask==0.56b0.dev",
0 commit comments