Hello,
I can't make it work to use `customParamters` with BuildingSceneLayer when it makes a request to "..layers/0/statistics/summary" endpoint. This is the configuration I use;
var layer = new BuildingSceneLayer({
url: "https://..../rest/services/Hosted/..../SceneServer",
customParameters: {
"key": "test-key"
}
});
All requests are made with "key" except for summary endpoint, see below;

Is it a bug ? If so, any plan for the fix or any workaround for this except for interceptors ?