client/web: Don't send email and username to Sentry
Created by: tsenart
We still send IP address by default to group and identify anonymous user errors. We won't be scrubbing potentially private metadata like repo names or file paths, since these can be essential in debugging certain errors. We'll include the necessary provisions in the legal agreements with Sentry (cc @RafLeszczynski).
Closes https://github.com/sourcegraph/security-issues/issues/148