Skip to content

Commit 6df4a93

Browse files
committed
redact on emission
1 parent c52d91f commit 6df4a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/telemetry/telemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export class Telemetry {
222222
events.map((event) => ({
223223
...event,
224224
properties: {
225-
...this.getCommonProperties(),
225+
...redact(this.getCommonProperties()),
226226
...redact(event.properties, this.session.keychain.allSecrets),
227227
},
228228
}))

0 commit comments

Comments
 (0)