Skip to content

Commit 3cae077

Browse files
authored
bug (#1011)
1 parent c9709d2 commit 3cae077

File tree

2 files changed

+2
-2
lines changed
  • instrumentation
    • opentelemetry-instrumentation-botocore
    • opentelemetry-instrumentation-boto

2 files changed

+2
-2
lines changed

instrumentation/opentelemetry-instrumentation-boto/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ where = src
5656

5757
[options.entry_points]
5858
opentelemetry_instrumentor =
59-
django = opentelemetry.instrumentation.boto:BotoInstrumentor
59+
boto = opentelemetry.instrumentation.boto:BotoInstrumentor

instrumentation/opentelemetry-instrumentation-botocore/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ where = src
5454

5555
[options.entry_points]
5656
opentelemetry_instrumentor =
57-
django = opentelemetry.instrumentation.botocore:BotoCoreInstrumentor
57+
botocore = opentelemetry.instrumentation.botocore:BotocoreInstrumentor

0 commit comments

Comments
 (0)