vialer / vialer-js

Pluggable WebRTC softphone and communication platform.
MIT License
1k stars 60 forks source link

Feature/anonymize remote log entries #214

Closed c0deaddict closed 6 years ago

c0deaddict commented 6 years ago

Issue number

https://voipgrid.atlassian.net/browse/VIALJS-153

Expected behaviour

No PII is logged to the remote logger.

Description of fix

All messages to the RemoteLogger are run through the anonymize function which will strip it of PII.

Other info

Fixed gulp develop which stopped when test-unit failed.