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 c9709d2 commit 3cae077Copy full SHA for 3cae077
instrumentation/opentelemetry-instrumentation-boto/setup.cfg
@@ -56,4 +56,4 @@ where = src
56
57
[options.entry_points]
58
opentelemetry_instrumentor =
59
- django = opentelemetry.instrumentation.boto:BotoInstrumentor
+ boto = opentelemetry.instrumentation.boto:BotoInstrumentor
instrumentation/opentelemetry-instrumentation-botocore/setup.cfg
@@ -54,4 +54,4 @@ where = src
54
55
- django = opentelemetry.instrumentation.botocore:BotoCoreInstrumentor
+ botocore = opentelemetry.instrumentation.botocore:BotocoreInstrumentor
0 commit comments