Skip to content

Commit 0897ada

Browse files
committed
bugfix for aiohttp
1 parent dbb4e64 commit 0897ada

File tree

1 file changed

+1
-1
lines changed
  • packages/service-library/src/servicelib/aiohttp

1 file changed

+1
-1
lines changed

packages/service-library/src/servicelib/aiohttp/tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def _startup(
132132
# - opentelemetry-instrumentation==0.48b0
133133

134134
# Instrument aiohttp client
135-
AioHttpClientInstrumentor().instrument(tracer_provier=tracing_data.tracer_provider)
135+
AioHttpClientInstrumentor().instrument(tracer_provider=tracing_data.tracer_provider)
136136
if HAS_AIOPG:
137137
with log_context(
138138
_logger,

0 commit comments

Comments
 (0)