We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5bdf48 commit 13739caCopy full SHA for 13739ca
1 file changed
tests/integrations/boto3/test_s3.py
@@ -26,6 +26,9 @@ def test_basic(
26
sentry_init(
27
traces_sample_rate=1.0,
28
integrations=[Boto3Integration()],
29
+ # disabled because session.resource() or s3.Bucket() result in a subprocess span for a
30
+ # shell that runs "uname -p 2> /dev/null" on Python 3.7 with boto3 version 1.12.49.
31
+ default_integrations=False,
32
_experiments={"trace_lifecycle": "stream" if span_streaming else "static"},
33
)
34
0 commit comments