You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-aws-lambda/src/opentelemetry/instrumentation/aws_lambda/__init__.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@
24
24
# Copy this snippet into an AWS Lambda function
25
25
26
26
import boto3
27
-
from opentelemetry.instrumentation.botocore import AwsBotocoreInstrumentor
27
+
from opentelemetry.instrumentation.botocore import BotocoreInstrumentor
28
28
from opentelemetry.instrumentation.aws_lambda import AwsLambdaInstrumentor
0 commit comments