From fcd32cb2d301fd84eabd69a3f49e25cb8d2421ad Mon Sep 17 00:00:00 2001 From: Leighton Chen Date: Tue, 18 Aug 2020 10:14:32 -0700 Subject: [PATCH] bug (#1011) --- instrumentation/opentelemetry-instrumentation-boto/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/opentelemetry-instrumentation-boto/setup.cfg b/instrumentation/opentelemetry-instrumentation-boto/setup.cfg index 0bf682070..994d5fe78 100644 --- a/instrumentation/opentelemetry-instrumentation-boto/setup.cfg +++ b/instrumentation/opentelemetry-instrumentation-boto/setup.cfg @@ -56,4 +56,4 @@ where = src [options.entry_points] opentelemetry_instrumentor = - django = opentelemetry.instrumentation.boto:BotoInstrumentor + boto = opentelemetry.instrumentation.boto:BotoInstrumentor