Skip to content

Stop logging member id

Jonas Larsen requested to merge j_lar/remove_user_id_from_properties into master

Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/483068

What does this MR do and why?

The events accepted, join_clicked and invite_email_sent sends a member id in the property field to Snowflake. This value is not anonymized and can be used to identify a user. This is against our policy.

This MR stops sending member id for the three events mentioned above.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Sebastian Rehm

Merge request reports

Loading