in src/config/glean-base.js [119:138]
getParamsForQueryString(storeValue) {
const params = {
app_id: storeValue.productDimensions.app_id,
os: storeValue.productDimensions.os,
aggregationLevel: storeValue.productDimensions.aggregationLevel,
ping_type: storeValue.productDimensions.ping_type,
timeHorizon: storeValue.timeHorizon,
proportionMetricType: storeValue.proportionMetricType,
activeBuckets: storeValue.activeBuckets,
visiblePercentiles: storeValue.visiblePercentiles,
ref: storeValue.ref,
hov: storeValue.hov,
currentPage: storeValue.currentPage,
normalizationType: storeValue.productDimensions.normalizationType,
};
return stripDefaultValues(params, {
...sharedDefaults,
...this.dimensions,
});
},