Skip to content

Commit 8ee55bc

Browse files
yusuftorclaude
andcommitted
Drop email value from invalid-attribute warning log
Avoids leaking PII from caller-supplied strings into the SDK log stream. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9a2a8bf commit 8ee55bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/SuperwallKit/Identity/UserAttributes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ extension Superwall {
119119
Logger.debug(
120120
logLevel: .warn,
121121
scope: .identityManager,
122-
message: "Invalid email user attribute \"\(stringValue)\" — sending null to server"
122+
message: "Invalid email user attribute — sending null to server"
123123
)
124124
return nil
125125
}

0 commit comments

Comments
 (0)