Set values for StandardContext in Frontend
Now that we have everything set up to hash user_id we need to provide the values as well to the events. For BE we're mostly covered, but we have not set namespace/project and user for the StandardContext that is provided to the Frontend. (see #338150 (closed))
- We currently read the StandardContext
- Which gets provided and set in
_snowplow.html.haml - For this StandardContext we want to set the
project,namespaceandcurrent_user(if available)
Edited by Axel García