Talking to my product team I was pointed to an API that is not yet documented. You can create a reference to the private configurator instance and use this snippet to create a listener like this:
const privateConfig = player.enableApi('player').getConfigurator()
privateConfig.on('setConfiguration', config=> console.log(config));
Let me know if this helps.