Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 4598a26

Browse files
Undo
1 parent fb936bb commit 4598a26

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

codecov/settings_base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,15 +412,13 @@
412412
HttpxIntegration(),
413413
],
414414
environment=SENTRY_ENV,
415-
set_default_pii=True,
416415
traces_sample_rate=SENTRY_SAMPLE_RATE,
417416
profiles_sample_rate=float(
418417
os.environ.get("SERVICES__SENTRY__PROFILE_SAMPLE_RATE", 0.01)
419418
),
420419
)
421420
if os.getenv("CLUSTER_ENV"):
422421
sentry_sdk.set_tag("cluster", os.getenv("CLUSTER_ENV"))
423-
sentry_sdk.set_user({"ip_address": "{{auto}}"})
424422
elif IS_DEV:
425423
sentry_sdk.init(
426424
spotlight=IS_DEV,

0 commit comments

Comments
 (0)