@inferevents/sdk 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1,2 +1,2 @@
1
- 'use strict';var h=false;function E(t){h=t;}function a(t,...e){h&&console.log(`[infer] ${t}`,...e);}function g(t,...e){h&&console.warn(`[infer] ${t}`,...e);}function S(t,...e){h&&console.error(`[infer] ${t}`,...e);}var b="infer_event_queue",p=1e3,i=[];function _(){try{return typeof localStorage<"u"?localStorage:null}catch{return null}}function T(t){i.length>=p&&(g("Queue full, dropping oldest event"),i.shift()),i.push(t),a(`Queued event: ${t.event_name} (${i.length} in queue)`);}function I(t){return i.splice(0,t)}function m(){return i.length}function l(t){i=[...t,...i],i.length>p&&(i=i.slice(i.length-p));}function d(){let t=_();if(!(!t||i.length===0))try{t.setItem(b,JSON.stringify(i)),a("Persisted queue to localStorage:",i.length);}catch{}}function C(){let t=_();if(t)try{let e=t.getItem(b);if(e){let n=JSON.parse(e);Array.isArray(n)&&(i=[...n,...i],i.length>p&&(i=i.slice(i.length-p)),a("Restored queue from localStorage:",n.length)),t.removeItem(b);}}catch{}}var O="0.1.0";function $(){return typeof window<"u"&&typeof document<"u"}function x(){let t={platform:"web",sdk_version:O};if(!$())return t;typeof navigator<"u"&&(t.browser=navigator.userAgent,t.locale=navigator.language),typeof screen<"u"&&(t.screen_width=screen.width,t.screen_height=screen.height);try{t.timezone=Intl.DateTimeFormat().resolvedOptions().timeZone;}catch{}return t.page_url=window.location.href,t.page_title=document.title,t}var k="infer_anonymous_id",u=null,y=null,v={};function A(){try{return typeof localStorage<"u"?localStorage:null}catch{return null}}function R(){if(u)return u;let t=A();if(t){let e=t.getItem(k);if(e)return u=e,u}if(u=crypto.randomUUID(),a("Generated anonymous_id:",u),t)try{t.setItem(k,u);}catch{}return u}function L(){return y}function N(t,e){y=t,e&&(v={...v,...e}),a("Identity set:",y,v);}function D(){y=null,v={},u=null;let t=A();if(t)try{t.removeItem(k);}catch{}}var j="infer_session_last_active";var U={pageView:true,session:true,click:true,formSubmit:true,error:true};function Q(t){return t===false?null:t===true?{...U}:{...U,...t}}function q(t,e){if(typeof window>"u")return ()=>{};let n=[];return e.session&&z(t),e.pageView&&n.push(M(t)),e.click&&n.push(P(t)),e.formSubmit&&n.push(B(t)),e.error&&n.push(F(t)),()=>{for(let r of n)r();}}function z(t){try{let e=Date.now(),n=sessionStorage.getItem(j);(!n||e-Number(n)>18e5)&&t.trackInternal("session_start",{}),sessionStorage.setItem(j,String(e));}catch{}}function M(t){t.trackInternal("page_view",{url:window.location.href,path:window.location.pathname,title:document.title});let e=history.pushState.bind(history),n=history.replaceState.bind(history),r=()=>{t.trackInternal("page_view",{url:window.location.href,path:window.location.pathname,title:document.title});};return history.pushState=function(...o){e(...o),r();},history.replaceState=function(...o){n(...o),r();},window.addEventListener("popstate",r),()=>{history.pushState=e,history.replaceState=n,window.removeEventListener("popstate",r);}}function P(t){let e=n=>{let r=n.target;if(!r)return;let o=r.closest("a, button, [role='button'], input[type='submit']");if(!o)return;let c={tag:o.tagName.toLowerCase()};o.id&&(c.element_id=o.id),o.className&&typeof o.className=="string"&&(c.element_class=o.className),o.tagName==="A"&&(c.href=o.href),t.trackInternal("click",c);};return document.addEventListener("click",e,{capture:true}),()=>document.removeEventListener("click",e,{capture:true})}function B(t){let e=n=>{let r=n.target;if(!r)return;let o={};r.id&&(o.form_id=r.id),r.action&&(o.form_action=r.action),r.method&&(o.form_method=r.method.toUpperCase()),t.trackInternal("form_submit",o);};return document.addEventListener("submit",e,{capture:true}),()=>document.removeEventListener("submit",e,{capture:true})}function F(t){let e=r=>{t.trackInternal("error",{message:r.message||"Unknown error",filename:r.filename||null,lineno:r.lineno||null,colno:r.colno||null});},n=r=>{let o=r.reason instanceof Error?r.reason.message:typeof r.reason=="string"?r.reason:"Unhandled promise rejection";t.trackInternal("error",{message:o,type:"unhandledrejection"});};return window.addEventListener("error",e),window.addEventListener("unhandledrejection",n),()=>{window.removeEventListener("error",e),window.removeEventListener("unhandledrejection",n);}}var Y="https://api.infer.events",V=20,H=1e4,J=3e4,K=1e3,w=class{config;flushTimer=null;teardownAutoTrack=null;flushing=false;retryCount=0;constructor(e){if(!e.projectId||typeof e.projectId!="string")throw new Error("[infer] projectId is required");if(E(e.debug??false),this.config={projectId:e.projectId,endpoint:e.endpoint??Y,batchSize:e.batchSize??V,flushInterval:e.flushInterval??H},a("Initialized with config:",this.config),C(),this.flushTimer=setInterval(()=>{this.flush();},this.config.flushInterval),typeof window<"u"){let r=()=>{d(),this.sendBeacon();};window.addEventListener("visibilitychange",()=>{document.visibilityState==="hidden"&&r();}),window.addEventListener("pagehide",r);}let n=Q(e.autoTrack??false);n&&(this.teardownAutoTrack=q(this,n));}track(e,n){this.enqueueEvent("track",e,n??{});}identify(e,n){N(e,n),this.enqueueEvent("identify","identify",n??{});}page(e){let n={};e&&(n.name=e),typeof window<"u"&&(n.url=window.location.href,n.path=window.location.pathname,n.title=document.title),this.enqueueEvent("page","page_view",n);}screen(e){this.enqueueEvent("screen","screen_view",{name:e});}trackInternal(e,n){this.enqueueEvent("track",e,n);}async flush(){if(this.flushing||m()===0)return;this.flushing=true;let e=I(this.config.batchSize);a(`Flushing ${e.length} events`);try{let n=await fetch(`${this.config.endpoint}/v1/events`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.config.projectId}`},body:JSON.stringify({events:e})});n.ok?(this.retryCount=0,a(`Flushed ${e.length} events successfully`)):n.status>=500?(g(`Server error ${n.status}, will retry`),l(e),this.scheduleRetry()):S(`Client error ${n.status}, dropping batch`);}catch(n){g("Network error, will retry:",n),l(e),this.scheduleRetry();}finally{this.flushing=false;}m()>0&&this.flush();}destroy(){this.flushTimer&&(clearInterval(this.flushTimer),this.flushTimer=null),this.teardownAutoTrack&&(this.teardownAutoTrack(),this.teardownAutoTrack=null),d();}enqueueEvent(e,n,r){let o={event_id:crypto.randomUUID(),project_id:this.config.projectId,anonymous_id:R(),event_name:n,event_type:e,properties:r,context:x(),timestamp:new Date().toISOString()},c=L();c&&(o.user_id=c),T(o),m()>=this.config.batchSize&&this.flush();}sendBeacon(){let e=I(this.config.batchSize);if(e.length!==0)try{fetch(`${this.config.endpoint}/v1/events`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.config.projectId}`},body:JSON.stringify({events:e}),keepalive:!0}).then(n=>{n.ok?a(`Beacon sent ${e.length} events`):(l(e),d());}).catch(()=>{l(e),d();});}catch{l(e),d();}}scheduleRetry(){this.retryCount++;let e=Math.min(K*Math.pow(2,this.retryCount-1)+Math.random()*1e3,J);a(`Retry #${this.retryCount} in ${Math.round(e)}ms`),setTimeout(()=>{this.flush();},e);}};var s=null,f=[];function le(t){s&&s.destroy(),s=new w(t);for(let e of f)switch(e.type){case "track":s.track(...e.args);break;case "identify":s.identify(...e.args);break;case "page":s.page(...e.args);break;case "screen":s.screen(...e.args);break}return f=[],s}function de(t,e){if(!s){f.push({type:"track",args:[t,e]});return}s.track(t,e);}function fe(t,e){if(!s){f.push({type:"identify",args:[t,e]});return}s.identify(t,e);}function ge(t){if(!s){f.push({type:"page",args:[t]});return}s.page(t);}function pe(t){if(!s){f.push({type:"screen",args:[t]});return}s.screen(t);}async function he(){s&&await s.flush();}function me(){s&&(s.destroy(),s=null);}
2
- exports.destroy=me;exports.flush=he;exports.identify=fe;exports.init=le;exports.page=ge;exports.reset=D;exports.screen=pe;exports.track=de;
1
+ 'use strict';var h=false;function S(e){h=e;}function a(e,...t){h&&console.log(`[infer] ${e}`,...t);}function g(e,...t){h&&console.warn(`[infer] ${e}`,...t);}function E(e,...t){h&&console.error(`[infer] ${e}`,...t);}var b="infer_event_queue",p=1e3,i=[];function _(){try{return typeof localStorage<"u"?localStorage:null}catch{return null}}function T(e){i.length>=p&&(g("Queue full, dropping oldest event"),i.shift()),i.push(e),a(`Queued event: ${e.event_name} (${i.length} in queue)`);}function I(e){return i.splice(0,e)}function m(){return i.length}function l(e){i=[...e,...i],i.length>p&&(i=i.slice(i.length-p));}function d(){let e=_();if(!(!e||i.length===0))try{e.setItem(b,JSON.stringify(i)),a("Persisted queue to localStorage:",i.length);}catch{}}function A(){let e=_();if(e)try{let t=e.getItem(b);if(t){let n=JSON.parse(t);Array.isArray(n)&&(i=[...n,...i],i.length>p&&(i=i.slice(i.length-p)),a("Restored queue from localStorage:",n.length)),e.removeItem(b);}}catch{}}var P="0.1.0";function Q(){return typeof window<"u"&&typeof document<"u"}function C(){let e={platform:"web",sdk_version:P};if(!Q())return e;typeof navigator<"u"&&(e.browser=navigator.userAgent,e.locale=navigator.language),typeof screen<"u"&&(e.screen_width=screen.width,e.screen_height=screen.height);try{e.timezone=Intl.DateTimeFormat().resolvedOptions().timeZone;}catch{}return e.page_url=window.location.href,e.pathname=window.location.pathname,e.page_title=document.title,e.referrer=document.referrer||void 0,e.os=q(navigator.userAgent),e.device_type=D(navigator.userAgent),e}function q(e){return /Windows/.test(e)?"Windows":/Mac OS X/.test(e)?"macOS":/Android/.test(e)?"Android":/iPhone|iPad|iPod/.test(e)?"iOS":/Linux/.test(e)?"Linux":/CrOS/.test(e)?"ChromeOS":"Unknown"}function D(e){return /Mobi|Android.*Mobile|iPhone|iPod/.test(e)?"Mobile":/iPad|Android(?!.*Mobile)|Tablet/.test(e)?"Tablet":"Desktop"}var k="infer_anonymous_id",u=null,y=null,v={};function x(){try{return typeof localStorage<"u"?localStorage:null}catch{return null}}function R(){if(u)return u;let e=x();if(e){let t=e.getItem(k);if(t)return u=t,u}if(u=crypto.randomUUID(),a("Generated anonymous_id:",u),e)try{e.setItem(k,u);}catch{}return u}function L(){return y}function N(e,t){y=e,t&&(v={...v,...t}),a("Identity set:",y,v);}function $(){y=null,v={},u=null;let e=x();if(e)try{e.removeItem(k);}catch{}}var O="infer_session_last_active";var U={pageView:true,session:true,click:true,formSubmit:true,error:true};function j(e){return e===false?null:e===true?{...U}:{...U,...e}}function M(e,t){if(typeof window>"u")return ()=>{};let n=[];return t.session&&z(e),t.pageView&&n.push(B(e)),t.click&&n.push(F(e)),t.formSubmit&&n.push(Y(e)),t.error&&n.push(V(e)),()=>{for(let r of n)r();}}function z(e){try{let t=Date.now(),n=sessionStorage.getItem(O);(!n||t-Number(n)>18e5)&&e.trackInternal("session_start",{}),sessionStorage.setItem(O,String(t));}catch{}}function B(e){e.trackInternal("page_view",{url:window.location.href,path:window.location.pathname,title:document.title});let t=history.pushState.bind(history),n=history.replaceState.bind(history),r=()=>{e.trackInternal("page_view",{url:window.location.href,path:window.location.pathname,title:document.title});};return history.pushState=function(...o){t(...o),r();},history.replaceState=function(...o){n(...o),r();},window.addEventListener("popstate",r),()=>{history.pushState=t,history.replaceState=n,window.removeEventListener("popstate",r);}}function F(e){let t=n=>{let r=n.target;if(!r)return;let o=r.closest("a, button, [role='button'], input[type='submit']");if(!o)return;let c={tag:o.tagName.toLowerCase()};o.id&&(c.element_id=o.id),o.className&&typeof o.className=="string"&&(c.element_class=o.className),o.tagName==="A"&&(c.href=o.href),e.trackInternal("click",c);};return document.addEventListener("click",t,{capture:true}),()=>document.removeEventListener("click",t,{capture:true})}function Y(e){let t=n=>{let r=n.target;if(!r)return;let o={};r.id&&(o.form_id=r.id),r.action&&(o.form_action=r.action),r.method&&(o.form_method=r.method.toUpperCase()),e.trackInternal("form_submit",o);};return document.addEventListener("submit",t,{capture:true}),()=>document.removeEventListener("submit",t,{capture:true})}function V(e){let t=r=>{e.trackInternal("error",{message:r.message||"Unknown error",filename:r.filename||null,lineno:r.lineno||null,colno:r.colno||null});},n=r=>{let o=r.reason instanceof Error?r.reason.message:typeof r.reason=="string"?r.reason:"Unhandled promise rejection";e.trackInternal("error",{message:o,type:"unhandledrejection"});};return window.addEventListener("error",t),window.addEventListener("unhandledrejection",n),()=>{window.removeEventListener("error",t),window.removeEventListener("unhandledrejection",n);}}var H="https://api.infer.events",J=20,K=1e4,X=3e4,Z=1e3,w=class{config;flushTimer=null;teardownAutoTrack=null;flushing=false;retryCount=0;constructor(t){if(!t.projectId||typeof t.projectId!="string")throw new Error("[infer] projectId is required");if(S(t.debug??false),this.config={projectId:t.projectId,endpoint:t.endpoint??H,batchSize:t.batchSize??J,flushInterval:t.flushInterval??K},a("Initialized with config:",this.config),A(),this.flushTimer=setInterval(()=>{this.flush();},this.config.flushInterval),typeof window<"u"){let r=()=>{d(),this.sendBeacon();};window.addEventListener("visibilitychange",()=>{document.visibilityState==="hidden"&&r();}),window.addEventListener("pagehide",r);}let n=j(t.autoTrack??false);n&&(this.teardownAutoTrack=M(this,n));}track(t,n){this.enqueueEvent("track",t,n??{});}identify(t,n){N(t,n),this.enqueueEvent("identify","identify",n??{});}page(t){let n={};t&&(n.name=t),typeof window<"u"&&(n.url=window.location.href,n.path=window.location.pathname,n.title=document.title),this.enqueueEvent("page","page_view",n);}screen(t){this.enqueueEvent("screen","screen_view",{name:t});}trackInternal(t,n){this.enqueueEvent("track",t,n);}async flush(){if(this.flushing||m()===0)return;this.flushing=true;let t=I(this.config.batchSize);a(`Flushing ${t.length} events`);try{let n=await fetch(`${this.config.endpoint}/v1/events`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.config.projectId}`},body:JSON.stringify({events:t})});n.ok?(this.retryCount=0,a(`Flushed ${t.length} events successfully`)):n.status>=500?(g(`Server error ${n.status}, will retry`),l(t),this.scheduleRetry()):E(`Client error ${n.status}, dropping batch`);}catch(n){g("Network error, will retry:",n),l(t),this.scheduleRetry();}finally{this.flushing=false;}m()>0&&this.flush();}destroy(){this.flushTimer&&(clearInterval(this.flushTimer),this.flushTimer=null),this.teardownAutoTrack&&(this.teardownAutoTrack(),this.teardownAutoTrack=null),d();}enqueueEvent(t,n,r){let o={event_id:crypto.randomUUID(),project_id:this.config.projectId,anonymous_id:R(),event_name:n,event_type:t,properties:r,context:C(),timestamp:new Date().toISOString()},c=L();c&&(o.user_id=c),T(o),m()>=this.config.batchSize&&this.flush();}sendBeacon(){let t=I(this.config.batchSize);if(t.length!==0)try{fetch(`${this.config.endpoint}/v1/events`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.config.projectId}`},body:JSON.stringify({events:t}),keepalive:!0}).then(n=>{n.ok?a(`Beacon sent ${t.length} events`):(l(t),d());}).catch(()=>{l(t),d();});}catch{l(t),d();}}scheduleRetry(){this.retryCount++;let t=Math.min(Z*Math.pow(2,this.retryCount-1)+Math.random()*1e3,X);a(`Retry #${this.retryCount} in ${Math.round(t)}ms`),setTimeout(()=>{this.flush();},t);}};var s=null,f=[];function fe(e){s&&s.destroy(),s=new w(e);for(let t of f)switch(t.type){case "track":s.track(...t.args);break;case "identify":s.identify(...t.args);break;case "page":s.page(...t.args);break;case "screen":s.screen(...t.args);break}return f=[],s}function ge(e,t){if(!s){f.push({type:"track",args:[e,t]});return}s.track(e,t);}function pe(e,t){if(!s){f.push({type:"identify",args:[e,t]});return}s.identify(e,t);}function he(e){if(!s){f.push({type:"page",args:[e]});return}s.page(e);}function me(e){if(!s){f.push({type:"screen",args:[e]});return}s.screen(e);}async function ve(){s&&await s.flush();}function ye(){s&&(s.destroy(),s=null);}
2
+ exports.destroy=ye;exports.flush=ve;exports.identify=pe;exports.init=fe;exports.page=he;exports.reset=$;exports.screen=me;exports.track=ge;
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- var h=false;function E(t){h=t;}function a(t,...e){h&&console.log(`[infer] ${t}`,...e);}function g(t,...e){h&&console.warn(`[infer] ${t}`,...e);}function S(t,...e){h&&console.error(`[infer] ${t}`,...e);}var b="infer_event_queue",p=1e3,i=[];function _(){try{return typeof localStorage<"u"?localStorage:null}catch{return null}}function T(t){i.length>=p&&(g("Queue full, dropping oldest event"),i.shift()),i.push(t),a(`Queued event: ${t.event_name} (${i.length} in queue)`);}function I(t){return i.splice(0,t)}function m(){return i.length}function l(t){i=[...t,...i],i.length>p&&(i=i.slice(i.length-p));}function d(){let t=_();if(!(!t||i.length===0))try{t.setItem(b,JSON.stringify(i)),a("Persisted queue to localStorage:",i.length);}catch{}}function C(){let t=_();if(t)try{let e=t.getItem(b);if(e){let n=JSON.parse(e);Array.isArray(n)&&(i=[...n,...i],i.length>p&&(i=i.slice(i.length-p)),a("Restored queue from localStorage:",n.length)),t.removeItem(b);}}catch{}}var O="0.1.0";function $(){return typeof window<"u"&&typeof document<"u"}function x(){let t={platform:"web",sdk_version:O};if(!$())return t;typeof navigator<"u"&&(t.browser=navigator.userAgent,t.locale=navigator.language),typeof screen<"u"&&(t.screen_width=screen.width,t.screen_height=screen.height);try{t.timezone=Intl.DateTimeFormat().resolvedOptions().timeZone;}catch{}return t.page_url=window.location.href,t.page_title=document.title,t}var k="infer_anonymous_id",u=null,y=null,v={};function A(){try{return typeof localStorage<"u"?localStorage:null}catch{return null}}function R(){if(u)return u;let t=A();if(t){let e=t.getItem(k);if(e)return u=e,u}if(u=crypto.randomUUID(),a("Generated anonymous_id:",u),t)try{t.setItem(k,u);}catch{}return u}function L(){return y}function N(t,e){y=t,e&&(v={...v,...e}),a("Identity set:",y,v);}function D(){y=null,v={},u=null;let t=A();if(t)try{t.removeItem(k);}catch{}}var j="infer_session_last_active";var U={pageView:true,session:true,click:true,formSubmit:true,error:true};function Q(t){return t===false?null:t===true?{...U}:{...U,...t}}function q(t,e){if(typeof window>"u")return ()=>{};let n=[];return e.session&&z(t),e.pageView&&n.push(M(t)),e.click&&n.push(P(t)),e.formSubmit&&n.push(B(t)),e.error&&n.push(F(t)),()=>{for(let r of n)r();}}function z(t){try{let e=Date.now(),n=sessionStorage.getItem(j);(!n||e-Number(n)>18e5)&&t.trackInternal("session_start",{}),sessionStorage.setItem(j,String(e));}catch{}}function M(t){t.trackInternal("page_view",{url:window.location.href,path:window.location.pathname,title:document.title});let e=history.pushState.bind(history),n=history.replaceState.bind(history),r=()=>{t.trackInternal("page_view",{url:window.location.href,path:window.location.pathname,title:document.title});};return history.pushState=function(...o){e(...o),r();},history.replaceState=function(...o){n(...o),r();},window.addEventListener("popstate",r),()=>{history.pushState=e,history.replaceState=n,window.removeEventListener("popstate",r);}}function P(t){let e=n=>{let r=n.target;if(!r)return;let o=r.closest("a, button, [role='button'], input[type='submit']");if(!o)return;let c={tag:o.tagName.toLowerCase()};o.id&&(c.element_id=o.id),o.className&&typeof o.className=="string"&&(c.element_class=o.className),o.tagName==="A"&&(c.href=o.href),t.trackInternal("click",c);};return document.addEventListener("click",e,{capture:true}),()=>document.removeEventListener("click",e,{capture:true})}function B(t){let e=n=>{let r=n.target;if(!r)return;let o={};r.id&&(o.form_id=r.id),r.action&&(o.form_action=r.action),r.method&&(o.form_method=r.method.toUpperCase()),t.trackInternal("form_submit",o);};return document.addEventListener("submit",e,{capture:true}),()=>document.removeEventListener("submit",e,{capture:true})}function F(t){let e=r=>{t.trackInternal("error",{message:r.message||"Unknown error",filename:r.filename||null,lineno:r.lineno||null,colno:r.colno||null});},n=r=>{let o=r.reason instanceof Error?r.reason.message:typeof r.reason=="string"?r.reason:"Unhandled promise rejection";t.trackInternal("error",{message:o,type:"unhandledrejection"});};return window.addEventListener("error",e),window.addEventListener("unhandledrejection",n),()=>{window.removeEventListener("error",e),window.removeEventListener("unhandledrejection",n);}}var Y="https://api.infer.events",V=20,H=1e4,J=3e4,K=1e3,w=class{config;flushTimer=null;teardownAutoTrack=null;flushing=false;retryCount=0;constructor(e){if(!e.projectId||typeof e.projectId!="string")throw new Error("[infer] projectId is required");if(E(e.debug??false),this.config={projectId:e.projectId,endpoint:e.endpoint??Y,batchSize:e.batchSize??V,flushInterval:e.flushInterval??H},a("Initialized with config:",this.config),C(),this.flushTimer=setInterval(()=>{this.flush();},this.config.flushInterval),typeof window<"u"){let r=()=>{d(),this.sendBeacon();};window.addEventListener("visibilitychange",()=>{document.visibilityState==="hidden"&&r();}),window.addEventListener("pagehide",r);}let n=Q(e.autoTrack??false);n&&(this.teardownAutoTrack=q(this,n));}track(e,n){this.enqueueEvent("track",e,n??{});}identify(e,n){N(e,n),this.enqueueEvent("identify","identify",n??{});}page(e){let n={};e&&(n.name=e),typeof window<"u"&&(n.url=window.location.href,n.path=window.location.pathname,n.title=document.title),this.enqueueEvent("page","page_view",n);}screen(e){this.enqueueEvent("screen","screen_view",{name:e});}trackInternal(e,n){this.enqueueEvent("track",e,n);}async flush(){if(this.flushing||m()===0)return;this.flushing=true;let e=I(this.config.batchSize);a(`Flushing ${e.length} events`);try{let n=await fetch(`${this.config.endpoint}/v1/events`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.config.projectId}`},body:JSON.stringify({events:e})});n.ok?(this.retryCount=0,a(`Flushed ${e.length} events successfully`)):n.status>=500?(g(`Server error ${n.status}, will retry`),l(e),this.scheduleRetry()):S(`Client error ${n.status}, dropping batch`);}catch(n){g("Network error, will retry:",n),l(e),this.scheduleRetry();}finally{this.flushing=false;}m()>0&&this.flush();}destroy(){this.flushTimer&&(clearInterval(this.flushTimer),this.flushTimer=null),this.teardownAutoTrack&&(this.teardownAutoTrack(),this.teardownAutoTrack=null),d();}enqueueEvent(e,n,r){let o={event_id:crypto.randomUUID(),project_id:this.config.projectId,anonymous_id:R(),event_name:n,event_type:e,properties:r,context:x(),timestamp:new Date().toISOString()},c=L();c&&(o.user_id=c),T(o),m()>=this.config.batchSize&&this.flush();}sendBeacon(){let e=I(this.config.batchSize);if(e.length!==0)try{fetch(`${this.config.endpoint}/v1/events`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.config.projectId}`},body:JSON.stringify({events:e}),keepalive:!0}).then(n=>{n.ok?a(`Beacon sent ${e.length} events`):(l(e),d());}).catch(()=>{l(e),d();});}catch{l(e),d();}}scheduleRetry(){this.retryCount++;let e=Math.min(K*Math.pow(2,this.retryCount-1)+Math.random()*1e3,J);a(`Retry #${this.retryCount} in ${Math.round(e)}ms`),setTimeout(()=>{this.flush();},e);}};var s=null,f=[];function le(t){s&&s.destroy(),s=new w(t);for(let e of f)switch(e.type){case "track":s.track(...e.args);break;case "identify":s.identify(...e.args);break;case "page":s.page(...e.args);break;case "screen":s.screen(...e.args);break}return f=[],s}function de(t,e){if(!s){f.push({type:"track",args:[t,e]});return}s.track(t,e);}function fe(t,e){if(!s){f.push({type:"identify",args:[t,e]});return}s.identify(t,e);}function ge(t){if(!s){f.push({type:"page",args:[t]});return}s.page(t);}function pe(t){if(!s){f.push({type:"screen",args:[t]});return}s.screen(t);}async function he(){s&&await s.flush();}function me(){s&&(s.destroy(),s=null);}
2
- export{me as destroy,he as flush,fe as identify,le as init,ge as page,D as reset,pe as screen,de as track};
1
+ var h=false;function S(e){h=e;}function a(e,...t){h&&console.log(`[infer] ${e}`,...t);}function g(e,...t){h&&console.warn(`[infer] ${e}`,...t);}function E(e,...t){h&&console.error(`[infer] ${e}`,...t);}var b="infer_event_queue",p=1e3,i=[];function _(){try{return typeof localStorage<"u"?localStorage:null}catch{return null}}function T(e){i.length>=p&&(g("Queue full, dropping oldest event"),i.shift()),i.push(e),a(`Queued event: ${e.event_name} (${i.length} in queue)`);}function I(e){return i.splice(0,e)}function m(){return i.length}function l(e){i=[...e,...i],i.length>p&&(i=i.slice(i.length-p));}function d(){let e=_();if(!(!e||i.length===0))try{e.setItem(b,JSON.stringify(i)),a("Persisted queue to localStorage:",i.length);}catch{}}function A(){let e=_();if(e)try{let t=e.getItem(b);if(t){let n=JSON.parse(t);Array.isArray(n)&&(i=[...n,...i],i.length>p&&(i=i.slice(i.length-p)),a("Restored queue from localStorage:",n.length)),e.removeItem(b);}}catch{}}var P="0.1.0";function Q(){return typeof window<"u"&&typeof document<"u"}function C(){let e={platform:"web",sdk_version:P};if(!Q())return e;typeof navigator<"u"&&(e.browser=navigator.userAgent,e.locale=navigator.language),typeof screen<"u"&&(e.screen_width=screen.width,e.screen_height=screen.height);try{e.timezone=Intl.DateTimeFormat().resolvedOptions().timeZone;}catch{}return e.page_url=window.location.href,e.pathname=window.location.pathname,e.page_title=document.title,e.referrer=document.referrer||void 0,e.os=q(navigator.userAgent),e.device_type=D(navigator.userAgent),e}function q(e){return /Windows/.test(e)?"Windows":/Mac OS X/.test(e)?"macOS":/Android/.test(e)?"Android":/iPhone|iPad|iPod/.test(e)?"iOS":/Linux/.test(e)?"Linux":/CrOS/.test(e)?"ChromeOS":"Unknown"}function D(e){return /Mobi|Android.*Mobile|iPhone|iPod/.test(e)?"Mobile":/iPad|Android(?!.*Mobile)|Tablet/.test(e)?"Tablet":"Desktop"}var k="infer_anonymous_id",u=null,y=null,v={};function x(){try{return typeof localStorage<"u"?localStorage:null}catch{return null}}function R(){if(u)return u;let e=x();if(e){let t=e.getItem(k);if(t)return u=t,u}if(u=crypto.randomUUID(),a("Generated anonymous_id:",u),e)try{e.setItem(k,u);}catch{}return u}function L(){return y}function N(e,t){y=e,t&&(v={...v,...t}),a("Identity set:",y,v);}function $(){y=null,v={},u=null;let e=x();if(e)try{e.removeItem(k);}catch{}}var O="infer_session_last_active";var U={pageView:true,session:true,click:true,formSubmit:true,error:true};function j(e){return e===false?null:e===true?{...U}:{...U,...e}}function M(e,t){if(typeof window>"u")return ()=>{};let n=[];return t.session&&z(e),t.pageView&&n.push(B(e)),t.click&&n.push(F(e)),t.formSubmit&&n.push(Y(e)),t.error&&n.push(V(e)),()=>{for(let r of n)r();}}function z(e){try{let t=Date.now(),n=sessionStorage.getItem(O);(!n||t-Number(n)>18e5)&&e.trackInternal("session_start",{}),sessionStorage.setItem(O,String(t));}catch{}}function B(e){e.trackInternal("page_view",{url:window.location.href,path:window.location.pathname,title:document.title});let t=history.pushState.bind(history),n=history.replaceState.bind(history),r=()=>{e.trackInternal("page_view",{url:window.location.href,path:window.location.pathname,title:document.title});};return history.pushState=function(...o){t(...o),r();},history.replaceState=function(...o){n(...o),r();},window.addEventListener("popstate",r),()=>{history.pushState=t,history.replaceState=n,window.removeEventListener("popstate",r);}}function F(e){let t=n=>{let r=n.target;if(!r)return;let o=r.closest("a, button, [role='button'], input[type='submit']");if(!o)return;let c={tag:o.tagName.toLowerCase()};o.id&&(c.element_id=o.id),o.className&&typeof o.className=="string"&&(c.element_class=o.className),o.tagName==="A"&&(c.href=o.href),e.trackInternal("click",c);};return document.addEventListener("click",t,{capture:true}),()=>document.removeEventListener("click",t,{capture:true})}function Y(e){let t=n=>{let r=n.target;if(!r)return;let o={};r.id&&(o.form_id=r.id),r.action&&(o.form_action=r.action),r.method&&(o.form_method=r.method.toUpperCase()),e.trackInternal("form_submit",o);};return document.addEventListener("submit",t,{capture:true}),()=>document.removeEventListener("submit",t,{capture:true})}function V(e){let t=r=>{e.trackInternal("error",{message:r.message||"Unknown error",filename:r.filename||null,lineno:r.lineno||null,colno:r.colno||null});},n=r=>{let o=r.reason instanceof Error?r.reason.message:typeof r.reason=="string"?r.reason:"Unhandled promise rejection";e.trackInternal("error",{message:o,type:"unhandledrejection"});};return window.addEventListener("error",t),window.addEventListener("unhandledrejection",n),()=>{window.removeEventListener("error",t),window.removeEventListener("unhandledrejection",n);}}var H="https://api.infer.events",J=20,K=1e4,X=3e4,Z=1e3,w=class{config;flushTimer=null;teardownAutoTrack=null;flushing=false;retryCount=0;constructor(t){if(!t.projectId||typeof t.projectId!="string")throw new Error("[infer] projectId is required");if(S(t.debug??false),this.config={projectId:t.projectId,endpoint:t.endpoint??H,batchSize:t.batchSize??J,flushInterval:t.flushInterval??K},a("Initialized with config:",this.config),A(),this.flushTimer=setInterval(()=>{this.flush();},this.config.flushInterval),typeof window<"u"){let r=()=>{d(),this.sendBeacon();};window.addEventListener("visibilitychange",()=>{document.visibilityState==="hidden"&&r();}),window.addEventListener("pagehide",r);}let n=j(t.autoTrack??false);n&&(this.teardownAutoTrack=M(this,n));}track(t,n){this.enqueueEvent("track",t,n??{});}identify(t,n){N(t,n),this.enqueueEvent("identify","identify",n??{});}page(t){let n={};t&&(n.name=t),typeof window<"u"&&(n.url=window.location.href,n.path=window.location.pathname,n.title=document.title),this.enqueueEvent("page","page_view",n);}screen(t){this.enqueueEvent("screen","screen_view",{name:t});}trackInternal(t,n){this.enqueueEvent("track",t,n);}async flush(){if(this.flushing||m()===0)return;this.flushing=true;let t=I(this.config.batchSize);a(`Flushing ${t.length} events`);try{let n=await fetch(`${this.config.endpoint}/v1/events`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.config.projectId}`},body:JSON.stringify({events:t})});n.ok?(this.retryCount=0,a(`Flushed ${t.length} events successfully`)):n.status>=500?(g(`Server error ${n.status}, will retry`),l(t),this.scheduleRetry()):E(`Client error ${n.status}, dropping batch`);}catch(n){g("Network error, will retry:",n),l(t),this.scheduleRetry();}finally{this.flushing=false;}m()>0&&this.flush();}destroy(){this.flushTimer&&(clearInterval(this.flushTimer),this.flushTimer=null),this.teardownAutoTrack&&(this.teardownAutoTrack(),this.teardownAutoTrack=null),d();}enqueueEvent(t,n,r){let o={event_id:crypto.randomUUID(),project_id:this.config.projectId,anonymous_id:R(),event_name:n,event_type:t,properties:r,context:C(),timestamp:new Date().toISOString()},c=L();c&&(o.user_id=c),T(o),m()>=this.config.batchSize&&this.flush();}sendBeacon(){let t=I(this.config.batchSize);if(t.length!==0)try{fetch(`${this.config.endpoint}/v1/events`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.config.projectId}`},body:JSON.stringify({events:t}),keepalive:!0}).then(n=>{n.ok?a(`Beacon sent ${t.length} events`):(l(t),d());}).catch(()=>{l(t),d();});}catch{l(t),d();}}scheduleRetry(){this.retryCount++;let t=Math.min(Z*Math.pow(2,this.retryCount-1)+Math.random()*1e3,X);a(`Retry #${this.retryCount} in ${Math.round(t)}ms`),setTimeout(()=>{this.flush();},t);}};var s=null,f=[];function fe(e){s&&s.destroy(),s=new w(e);for(let t of f)switch(t.type){case "track":s.track(...t.args);break;case "identify":s.identify(...t.args);break;case "page":s.page(...t.args);break;case "screen":s.screen(...t.args);break}return f=[],s}function ge(e,t){if(!s){f.push({type:"track",args:[e,t]});return}s.track(e,t);}function pe(e,t){if(!s){f.push({type:"identify",args:[e,t]});return}s.identify(e,t);}function he(e){if(!s){f.push({type:"page",args:[e]});return}s.page(e);}function me(e){if(!s){f.push({type:"screen",args:[e]});return}s.screen(e);}async function ve(){s&&await s.flush();}function ye(){s&&(s.destroy(),s=null);}
2
+ export{ye as destroy,ve as flush,pe as identify,fe as init,he as page,$ as reset,me as screen,ge as track};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inferevents/sdk",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Lightweight JavaScript SDK for Infer analytics",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",