Automatically indicate whether User is GitLab Team member for Frontend Snowplow events
Problem
While Update StandardContext to allow for gitlab team... (#411275 - closed) • Niko Belokolodov • 16.1 will allow everyone to attach the information whether a user is a GitLab team member to any event, it would be a lot of effort to add this information to every event which is emitted on the Frontend.
Desired Outcome
The information whether a user is a GitLab team member is attached to most/all GitLab frontend events in an automatic way.
Potential Solution
In !111234 (closed) a solution was proposed. We could just modify it to send it as the correct parameter of the context instead of an "extra" value.
Edited by Sebastian Rehm