The library has already been configured and may only be configured once.
I am trying to use "configure" command for onBeforeEventSend. But getting error that library already configured. Let me know how to solve this.
alloy("configure", {
"onBeforeEventSend": function(content) {
// Change existing values
content.xdm.web.webPageDetails.name = "Checkout"
}
});

I have not used configure command anywhere else, other than in the dedicated field in web sdk extension
