Skip to content

Commit

Permalink
Comment out aiohttp-server from bootstrap_gen libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Feb 26, 2024
1 parent 8daa8ad commit 0f65686
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@
"library": "aiohttp ~= 3.0",
"instrumentation": "opentelemetry-instrumentation-aiohttp-client==0.45b0.dev",
},
{
"library": "aiohttp ~= 3.0",
"instrumentation": "opentelemetry-instrumentation-aiohttp-server==0.45b0.dev",
},
# FIXME: Add this logic once these packages are available in Pypi
# {
# "library": "aiohttp ~= 3.0",
# "instrumentation": "opentelemetry-instrumentation-aiohttp-server==0.45b0.dev",
# },
{
"library": "aiopg >= 0.13.0, < 2.0.0",
"instrumentation": "opentelemetry-instrumentation-aiopg==0.45b0.dev",
Expand Down

0 comments on commit 0f65686

Please sign in to comment.