function sendMetric(o,i,e){const n=wc_mercadopago_checkout_metrics_params,t="https://api.mercadopago.com/ppcore/prod/monitor/v1/event/datadog/big/"+e,a={value:`${o}`,message:`${i}`,plugin_version:n.plugin_version,platform:{name:"woocommerce",uri:`${window.location.origin}${n.location}_${n.theme}_${n.site_id}_${n.currency}`,version:n.platform_version,url:window.location.href},details:{site_id:n.site_id,environment:"prod",sdk_instance_id:window.sessionStorage.getItem("_mp_flow_id")||"not_available",cust_id:n.cust_id}};navigator.sendBeacon(t,JSON.stringify(a))};