Skip to content

boto3 requests not being auto traced in 3.7 #319

@austinhuminski

Description

@austinhuminski

Description

When using python3.7 runtime, requests made via boto3 are not being auto traced. When changing the runtime to 3.6 it started tracing

Steps to reproduce the issue:

client = boto3.client('s3')
client.list_buckets()

Describe the results you received:
Nothing showing up in the tracing tab

Describe the results you expected:
The s3 call to list all buckets be auto traced

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions