in src/shippers/elastic_v3/browser/src/browser_shipper.ts [66:73]
public extendContext(newContext: EventContext) {
if (newContext.cluster_uuid) {
this.clusterUuid = newContext.cluster_uuid;
}
if (newContext.license_id) {
this.licenseId = newContext.license_id;
}
}