Closed stanch closed 1 year ago
Currently the JavaScript enrichment allows users to call event.getDerived_contexts(), however, it’s always null. It would be useful for some enrichments to access derived contexts — see e.g. https://discourse.snowplow.io/t/custom-javascript-enrichment-uses-cookie-info/5579
event.getDerived_contexts()
null
Currently the JavaScript enrichment allows users to call
event.getDerived_contexts()
, however, it’s alwaysnull
. It would be useful for some enrichments to access derived contexts — see e.g. https://discourse.snowplow.io/t/custom-javascript-enrichment-uses-cookie-info/5579