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