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

Commit cb66b1e

Browse files
Set tracking
1 parent c5b388b commit cb66b1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codecov/settings_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@
565565
)
566566
if os.getenv("CLUSTER_ENV"):
567567
sentry_sdk.set_tag("cluster", os.getenv("CLUSTER_ENV"))
568+
sentry_sdk.set_user({"ip_address": "{{auto}}"})
568569
elif IS_DEV:
569570
sentry_sdk.init(
570571
spotlight=IS_DEV,

0 commit comments

Comments
 (0)