[FullStory] Demote the deployment information to setVars
instead of setUserVars
#131704
Labels
enhancement
New value added to drive a business result
Feature:Telemetry
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
The way we treat users in FullStory they don't belong to a specific deployment because they can own multiple deployments.
For that reason, we shouldn't store the
version
andcloudId
context at the user level. This issue is to demote these properties to callsetVars
instead of the currentsetUserVars
:The relevant piece of code:
kibana/packages/analytics/shippers/fullstory/src/fullstory_shipper.ts
Lines 75 to 84 in 7226982
NOTE: This change contains breaking changes and may affect any existing dashboards in FullStory.
cc @lizozom @elastic/platform-analytics
The text was updated successfully, but these errors were encountered: