@aj-2000-test/goodlogs-sdk 0.3.6 → 0.3.8

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,4 +1,4 @@
1
- 'use strict';var S=(o=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(o,{get:(t,e)=>(typeof require<"u"?require:t)[e]}):o)(function(o){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+o+'" is not supported')});var I={us:"https://goodlogs-api-us.happyhill-a7c56143.centralindia.azurecontainerapps.io",eu:"https://goodlogs-api-eu.yellowmeadow-422296f6.japaneast.azurecontainerapps.io",ap:"https://goodlogs-api-ap.delightfulsand-90b72c09.southeastasia.azurecontainerapps.io"};function B(o){let t=o.split("_");return t.length>=4&&t[0]==="gl"?t[2]:"eu"}function y(o,t){if(t)return t;let e=B(o);return I[e]||I.eu}var G=5e3,F=50,v="0.3.6",w="gl_anon_id",_="gl_session_id";function b(){return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,o=>{let t=Math.random()*16|0;return (o==="x"?t:t&3|8).toString(16)})}function M(){let o={$goodlogs_sdk:"js",$goodlogs_sdk_version:v};return typeof navigator>"u"||(typeof screen<"u"&&(o.$screen=`${screen.width}x${screen.height}`),typeof navigator<"u"&&(o.$language=navigator.language??""),typeof location<"u"&&(o.$url=location.href,o.$path=location.pathname,o.$page=location.pathname.split("/").filter(Boolean).pop()||"/"),typeof document<"u"&&(document.referrer&&(o.$referrer=document.referrer),document.title&&(o.$title=document.title))),o}function U(o,t){let e={$session_id:o,$distinct_id:t,$goodlogs_sdk:"js",$goodlogs_sdk_version:v};return typeof navigator>"u"||typeof location<"u"&&(e.$url=location.href,e.$path=location.pathname),e}function D(){if(!(typeof document<"u"))try{let t=new Error().stack?.split(`
1
+ 'use strict';var S=(o=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(o,{get:(t,e)=>(typeof require<"u"?require:t)[e]}):o)(function(o){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+o+'" is not supported')});var I={us:"https://goodlogs-api-us.happyhill-a7c56143.centralindia.azurecontainerapps.io",eu:"https://goodlogs-api-eu.yellowmeadow-422296f6.japaneast.azurecontainerapps.io",ap:"https://goodlogs-api-ap.delightfulsand-90b72c09.southeastasia.azurecontainerapps.io"};function B(o){let t=o.split("_");return t.length>=4&&t[0]==="gl"?t[2]:"eu"}function y(o,t){if(t)return t;let e=B(o);return I[e]||I.eu}var G=5e3,F=50,v="0.3.8",w="gl_anon_id",_="gl_session_id";function b(){return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,o=>{let t=Math.random()*16|0;return (o==="x"?t:t&3|8).toString(16)})}function M(){let o={$goodlogs_sdk:"js",$goodlogs_sdk_version:v};return typeof navigator>"u"||(typeof screen<"u"&&(o.$screen=`${screen.width}x${screen.height}`),typeof navigator<"u"&&(o.$language=navigator.language??""),typeof location<"u"&&(o.$url=location.href,o.$path=location.pathname,o.$page=location.pathname.split("/").filter(Boolean).pop()||"/"),typeof document<"u"&&(document.referrer&&(o.$referrer=document.referrer),document.title&&(o.$title=document.title))),o}function U(o,t){let e={$session_id:o,$distinct_id:t,$goodlogs_sdk:"js",$goodlogs_sdk_version:v};return typeof navigator>"u"||typeof location<"u"&&(e.$url=location.href,e.$path=location.pathname),e}function D(){if(!(typeof document<"u"))try{let t=new Error().stack?.split(`
2
2
  `);if(!t)return;for(let e=3;e<Math.min(t.length,8);e++){let n=t[e]?.trim();if(!n||n.includes("goodlogs")&&(n.includes("client.")||n.includes("index.")))continue;let r=n.match(/at\s+(?:(.+?)\s+\()?(.+?):(\d+):\d+\)?/);if(r){let s=r[1]||"<anonymous>",i=r[2]?.replace(/^.*[/\\]/,"")??"",d=r[3];return `${s}@${i}:${d}`}}}catch{}}function K(){if(typeof localStorage<"u"){let o=localStorage.getItem(w);if(o)return o;let t=b();return localStorage.setItem(w,t),t}return b()}function X(){if(typeof sessionStorage<"u"){let o=sessionStorage.getItem(_);if(o)return o;let t=b();return sessionStorage.setItem(_,t),t}return b()}function z(){let o="";for(let t=0;t<32;t++)o+=(Math.random()*16|0).toString(16);return o}function V(){let o="";for(let t=0;t<16;t++)o+=(Math.random()*16|0).toString(16);return o}function W(o,t){switch(o){case "lcp":return t<=2500?"good":t<=4e3?"needs-improvement":"poor";case "inp":return t<=200?"good":t<=500?"needs-improvement":"poor";case "cls":return t<=.1?"good":t<=.25?"needs-improvement":"poor";case "fcp":return t<=1800?"good":t<=3e3?"needs-improvement":"poor";case "ttfb":return t<=800?"good":t<=1800?"needs-improvement":"poor";default:return}}function J(o){if(!o)return [];let t=[];for(let e of o.split(`
3
3
  `)){let n=e.trim();if(!n||n.startsWith("Error")||n.startsWith("at Error"))continue;let r=/^at\s+(?:(.+?)\s+\()?(.+?):(\d+):(\d+)\)?$/.exec(n);if(r){let s=r[1]?.trim(),i=r[2];t.push({function:s&&s!=="<anonymous>"?s:void 0,filename:i,lineno:Number(r[3]),colno:Number(r[4]),abs_path:i,in_app:!i.includes("node_modules/")&&!i.includes("/dist/")&&!i.startsWith("internal/")});continue}if(r=/^([^@]*)@(.+?):(\d+):(\d+)$/.exec(n),r){let s=r[1]?.trim(),i=r[2];t.push({function:s||void 0,filename:i,lineno:Number(r[3]),colno:Number(r[4]),abs_path:i,in_app:!i.includes("node_modules/")&&!i.includes("/dist/")});}}return t}var R=class R{constructor(t){this.originalFetch=null;this.xhrPatched=false;this.logBuffer=[];this.eventBuffer=[];this.errorBuffer=[];this.vitalBuffer=[];this.spanBuffer=[];this.breadcrumbBuffer=[];this.timer=null;this.visibilityHandler=null;this.clickHandler=null;this.lastPath="";this.navTransaction=null;this.errorHandler=null;this.rejectionHandler=null;this.apiKey=t.apiKey,this.endpoint=y(t.apiKey,t.endpoint).replace(/\/+$/,""),this.flushInterval=t.flushInterval??G,this.batchSize=t.batchSize??F,this.defaultContext=t.defaultContext??{},this.onError=t.onError??(()=>{}),this.disabled=t.disabled??false,this.telemetry=t.telemetry??true,this.useEnvelope=t.useEnvelope??false,this.autoFetch=t.autoFetch??(this.useEnvelope&&t.autocapture!==false),this.anonymousId=K(),this.sessionId=X(),this.disabled&&typeof console<"u"&&console.warn("[GoodLogs] SDK is disabled. No events or logs will be sent."),this.disabled||(this.startTimer(),this.attachPageLifecycle(),t.autocapture!==false&&(this.attachClickCapture(),this.captureWebVitals(),this.attachPageviewCapture(),this.attachGlobalErrorHandlers()),this.autoFetch&&(this.attachFetchInstrumentation(),this.attachXhrInstrumentation()),this.sendTelemetry("init","info"));}log(t,e,n){if(this.disabled)return;let r=65536,s=e;e.length>r&&(s=e.slice(0,r-100)+`
4
4
 
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- var S=(o=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(o,{get:(t,e)=>(typeof require<"u"?require:t)[e]}):o)(function(o){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+o+'" is not supported')});var I={us:"https://goodlogs-api-us.happyhill-a7c56143.centralindia.azurecontainerapps.io",eu:"https://goodlogs-api-eu.yellowmeadow-422296f6.japaneast.azurecontainerapps.io",ap:"https://goodlogs-api-ap.delightfulsand-90b72c09.southeastasia.azurecontainerapps.io"};function B(o){let t=o.split("_");return t.length>=4&&t[0]==="gl"?t[2]:"eu"}function y(o,t){if(t)return t;let e=B(o);return I[e]||I.eu}var G=5e3,F=50,v="0.3.6",w="gl_anon_id",_="gl_session_id";function b(){return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,o=>{let t=Math.random()*16|0;return (o==="x"?t:t&3|8).toString(16)})}function M(){let o={$goodlogs_sdk:"js",$goodlogs_sdk_version:v};return typeof navigator>"u"||(typeof screen<"u"&&(o.$screen=`${screen.width}x${screen.height}`),typeof navigator<"u"&&(o.$language=navigator.language??""),typeof location<"u"&&(o.$url=location.href,o.$path=location.pathname,o.$page=location.pathname.split("/").filter(Boolean).pop()||"/"),typeof document<"u"&&(document.referrer&&(o.$referrer=document.referrer),document.title&&(o.$title=document.title))),o}function U(o,t){let e={$session_id:o,$distinct_id:t,$goodlogs_sdk:"js",$goodlogs_sdk_version:v};return typeof navigator>"u"||typeof location<"u"&&(e.$url=location.href,e.$path=location.pathname),e}function D(){if(!(typeof document<"u"))try{let t=new Error().stack?.split(`
1
+ var S=(o=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(o,{get:(t,e)=>(typeof require<"u"?require:t)[e]}):o)(function(o){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+o+'" is not supported')});var I={us:"https://goodlogs-api-us.happyhill-a7c56143.centralindia.azurecontainerapps.io",eu:"https://goodlogs-api-eu.yellowmeadow-422296f6.japaneast.azurecontainerapps.io",ap:"https://goodlogs-api-ap.delightfulsand-90b72c09.southeastasia.azurecontainerapps.io"};function B(o){let t=o.split("_");return t.length>=4&&t[0]==="gl"?t[2]:"eu"}function y(o,t){if(t)return t;let e=B(o);return I[e]||I.eu}var G=5e3,F=50,v="0.3.8",w="gl_anon_id",_="gl_session_id";function b(){return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,o=>{let t=Math.random()*16|0;return (o==="x"?t:t&3|8).toString(16)})}function M(){let o={$goodlogs_sdk:"js",$goodlogs_sdk_version:v};return typeof navigator>"u"||(typeof screen<"u"&&(o.$screen=`${screen.width}x${screen.height}`),typeof navigator<"u"&&(o.$language=navigator.language??""),typeof location<"u"&&(o.$url=location.href,o.$path=location.pathname,o.$page=location.pathname.split("/").filter(Boolean).pop()||"/"),typeof document<"u"&&(document.referrer&&(o.$referrer=document.referrer),document.title&&(o.$title=document.title))),o}function U(o,t){let e={$session_id:o,$distinct_id:t,$goodlogs_sdk:"js",$goodlogs_sdk_version:v};return typeof navigator>"u"||typeof location<"u"&&(e.$url=location.href,e.$path=location.pathname),e}function D(){if(!(typeof document<"u"))try{let t=new Error().stack?.split(`
2
2
  `);if(!t)return;for(let e=3;e<Math.min(t.length,8);e++){let n=t[e]?.trim();if(!n||n.includes("goodlogs")&&(n.includes("client.")||n.includes("index.")))continue;let r=n.match(/at\s+(?:(.+?)\s+\()?(.+?):(\d+):\d+\)?/);if(r){let s=r[1]||"<anonymous>",i=r[2]?.replace(/^.*[/\\]/,"")??"",d=r[3];return `${s}@${i}:${d}`}}}catch{}}function K(){if(typeof localStorage<"u"){let o=localStorage.getItem(w);if(o)return o;let t=b();return localStorage.setItem(w,t),t}return b()}function X(){if(typeof sessionStorage<"u"){let o=sessionStorage.getItem(_);if(o)return o;let t=b();return sessionStorage.setItem(_,t),t}return b()}function z(){let o="";for(let t=0;t<32;t++)o+=(Math.random()*16|0).toString(16);return o}function V(){let o="";for(let t=0;t<16;t++)o+=(Math.random()*16|0).toString(16);return o}function W(o,t){switch(o){case "lcp":return t<=2500?"good":t<=4e3?"needs-improvement":"poor";case "inp":return t<=200?"good":t<=500?"needs-improvement":"poor";case "cls":return t<=.1?"good":t<=.25?"needs-improvement":"poor";case "fcp":return t<=1800?"good":t<=3e3?"needs-improvement":"poor";case "ttfb":return t<=800?"good":t<=1800?"needs-improvement":"poor";default:return}}function J(o){if(!o)return [];let t=[];for(let e of o.split(`
3
3
  `)){let n=e.trim();if(!n||n.startsWith("Error")||n.startsWith("at Error"))continue;let r=/^at\s+(?:(.+?)\s+\()?(.+?):(\d+):(\d+)\)?$/.exec(n);if(r){let s=r[1]?.trim(),i=r[2];t.push({function:s&&s!=="<anonymous>"?s:void 0,filename:i,lineno:Number(r[3]),colno:Number(r[4]),abs_path:i,in_app:!i.includes("node_modules/")&&!i.includes("/dist/")&&!i.startsWith("internal/")});continue}if(r=/^([^@]*)@(.+?):(\d+):(\d+)$/.exec(n),r){let s=r[1]?.trim(),i=r[2];t.push({function:s||void 0,filename:i,lineno:Number(r[3]),colno:Number(r[4]),abs_path:i,in_app:!i.includes("node_modules/")&&!i.includes("/dist/")});}}return t}var R=class R{constructor(t){this.originalFetch=null;this.xhrPatched=false;this.logBuffer=[];this.eventBuffer=[];this.errorBuffer=[];this.vitalBuffer=[];this.spanBuffer=[];this.breadcrumbBuffer=[];this.timer=null;this.visibilityHandler=null;this.clickHandler=null;this.lastPath="";this.navTransaction=null;this.errorHandler=null;this.rejectionHandler=null;this.apiKey=t.apiKey,this.endpoint=y(t.apiKey,t.endpoint).replace(/\/+$/,""),this.flushInterval=t.flushInterval??G,this.batchSize=t.batchSize??F,this.defaultContext=t.defaultContext??{},this.onError=t.onError??(()=>{}),this.disabled=t.disabled??false,this.telemetry=t.telemetry??true,this.useEnvelope=t.useEnvelope??false,this.autoFetch=t.autoFetch??(this.useEnvelope&&t.autocapture!==false),this.anonymousId=K(),this.sessionId=X(),this.disabled&&typeof console<"u"&&console.warn("[GoodLogs] SDK is disabled. No events or logs will be sent."),this.disabled||(this.startTimer(),this.attachPageLifecycle(),t.autocapture!==false&&(this.attachClickCapture(),this.captureWebVitals(),this.attachPageviewCapture(),this.attachGlobalErrorHandlers()),this.autoFetch&&(this.attachFetchInstrumentation(),this.attachXhrInstrumentation()),this.sendTelemetry("init","info"));}log(t,e,n){if(this.disabled)return;let r=65536,s=e;e.length>r&&(s=e.slice(0,r-100)+`
4
4
 
@@ -1 +1 @@
1
- 'use strict';function M(){return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,a=>{let e=Math.random()*16|0;return (a==="x"?e:e&3|8).toString(16)})}async function _(a,e={}){if(typeof Profiler>"u")return null;let v=a.endpoint,h=a.apiKey,f=M(),P=e.sampleIntervalMs??10,I=e.maxBufferSize??1e4,k=e.chunkIntervalMs??6e4,y=e.profileType??"cpu",t=null,i=false,l=new Date,u=()=>{try{t=new Profiler({sampleInterval:P,maxBufferSize:I}),l=new Date,t.addEventListener("samplebufferfull",()=>{d();});}catch(r){return e.onError?.(r),false}return true},m=async r=>{if(r.samples.length===0)return;let p=[];for(let n of r.stacks){let o=[],s=n;for(;s;)o.push(s.frameId),s=s.parentId!==void 0?r.stacks[s.parentId]:void 0;p.push(o);}let x=r.frames.map(n=>({function:n.name||"(anonymous)",file:n.resourceId!==void 0?`resource:${n.resourceId}`:void 0,line:n.line??void 0})),c=new Map;for(let n of r.samples)c.set(n.stackId,(c.get(n.stackId)??0)+1);let S=Array.from(c.entries()).map(([n,o])=>({stack_id:n,count:o})),g=new Date,w=g.getTime()-l.getTime(),J=JSON.stringify({samples:S,stacks:p,frames:x}),T=new URLSearchParams({profiler_id:f,profile_type:y,sample_count:String(r.samples.length),frame_count:String(x.length),duration_ms:String(Math.round(w)),start_ts:l.toISOString(),end_ts:g.toISOString(),...e.service?{service:e.service}:{},...e.release?{release:e.release}:{},...e.environment?{environment:e.environment}:{}});try{await fetch(`${v}/v1/profiles/chunks?${T}`,{method:"POST",headers:{Authorization:`Bearer ${h}`,"Content-Type":"application/json"},body:J,keepalive:!0});}catch(n){e.onError?.(n);}},d=async()=>{if(!(!t||i)){try{let r=await t.stop();await m(r);}catch(r){e.onError?.(r);}i||u();}};if(!u())return null;let b=setInterval(()=>{d();},k);return {profilerId:f,stop:async()=>{if(!i&&(i=true,clearInterval(b),t))try{let r=await t.stop();await m(r);}catch(r){e.onError?.(r);}}}}exports.startProfiling=_;
1
+ 'use strict';function M(){return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,s=>{let e=Math.random()*16|0;return (s==="x"?e:e&3|8).toString(16)})}async function _(s,e={}){if(typeof Profiler>"u")return null;let y=s.endpoint,b=s.apiKey,f=M(),P=e.sampleIntervalMs??10,w=e.maxBufferSize??1e4,I=e.chunkIntervalMs??1e4,k=e.profileType??"cpu",t=null,o=false,d=new Date,u=()=>{try{t=new Profiler({sampleInterval:P,maxBufferSize:w}),d=new Date,t.addEventListener("samplebufferfull",()=>{a();});}catch(n){return e.onError?.(n),false}return true},m=async n=>{if(n.samples.length===0)return;let g=[];for(let r of n.stacks){let l=[],i=r;for(;i;)l.push(i.frameId),i=i.parentId!==void 0?n.stacks[i.parentId]:void 0;g.push(l);}let x=n.frames.map(r=>({function:r.name||"(anonymous)",file:r.resourceId!==void 0?`resource:${r.resourceId}`:void 0,line:r.line??void 0})),c=new Map;for(let r of n.samples)c.set(r.stackId,(c.get(r.stackId)??0)+1);let E=Array.from(c.entries()).map(([r,l])=>({stack_id:r,count:l})),h=new Date,J=h.getTime()-d.getTime(),L=JSON.stringify({samples:E,stacks:g,frames:x}),T=new URLSearchParams({profiler_id:f,profile_type:k,sample_count:String(n.samples.length),frame_count:String(x.length),duration_ms:String(Math.round(J)),start_ts:d.toISOString(),end_ts:h.toISOString(),...e.service?{service:e.service}:{},...e.release?{release:e.release}:{},...e.environment?{environment:e.environment}:{}});try{await fetch(`${y}/v1/profiles/chunks?${T}`,{method:"POST",headers:{Authorization:`Bearer ${b}`,"Content-Type":"application/json"},body:L,keepalive:!0});}catch(r){e.onError?.(r);}},a=async()=>{if(!(!t||o)){try{let n=await t.stop();await m(n);}catch(n){e.onError?.(n);}o||u();}};if(!u())return null;let S=setInterval(()=>{a();},I),p=()=>{document?.visibilityState==="hidden"&&a();},v=()=>{a();};return typeof document<"u"&&document.addEventListener("visibilitychange",p),typeof window<"u"&&window.addEventListener("beforeunload",v),{profilerId:f,stop:async()=>{if(!o&&(o=true,clearInterval(S),typeof document<"u"&&document.removeEventListener("visibilitychange",p),typeof window<"u"&&window.removeEventListener("beforeunload",v),t))try{let n=await t.stop();await m(n);}catch(n){e.onError?.(n);}}}}exports.startProfiling=_;
@@ -22,7 +22,7 @@ interface ProfilingOptions {
22
22
  sampleIntervalMs?: number;
23
23
  /** Max buffer size in samples before auto-flush (default 10000). */
24
24
  maxBufferSize?: number;
25
- /** Chunk shipping interval ms (default 60000 = 60s). */
25
+ /** Chunk shipping interval ms (default 10000 = 10s for browser). */
26
26
  chunkIntervalMs?: number;
27
27
  /** Profile type tag (default "cpu"). */
28
28
  profileType?: string;
@@ -22,7 +22,7 @@ interface ProfilingOptions {
22
22
  sampleIntervalMs?: number;
23
23
  /** Max buffer size in samples before auto-flush (default 10000). */
24
24
  maxBufferSize?: number;
25
- /** Chunk shipping interval ms (default 60000 = 60s). */
25
+ /** Chunk shipping interval ms (default 10000 = 10s for browser). */
26
26
  chunkIntervalMs?: number;
27
27
  /** Profile type tag (default "cpu"). */
28
28
  profileType?: string;
package/dist/profiling.js CHANGED
@@ -1 +1 @@
1
- function M(){return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,a=>{let e=Math.random()*16|0;return (a==="x"?e:e&3|8).toString(16)})}async function _(a,e={}){if(typeof Profiler>"u")return null;let v=a.endpoint,h=a.apiKey,f=M(),P=e.sampleIntervalMs??10,I=e.maxBufferSize??1e4,k=e.chunkIntervalMs??6e4,y=e.profileType??"cpu",t=null,i=false,l=new Date,u=()=>{try{t=new Profiler({sampleInterval:P,maxBufferSize:I}),l=new Date,t.addEventListener("samplebufferfull",()=>{d();});}catch(r){return e.onError?.(r),false}return true},m=async r=>{if(r.samples.length===0)return;let p=[];for(let n of r.stacks){let o=[],s=n;for(;s;)o.push(s.frameId),s=s.parentId!==void 0?r.stacks[s.parentId]:void 0;p.push(o);}let x=r.frames.map(n=>({function:n.name||"(anonymous)",file:n.resourceId!==void 0?`resource:${n.resourceId}`:void 0,line:n.line??void 0})),c=new Map;for(let n of r.samples)c.set(n.stackId,(c.get(n.stackId)??0)+1);let S=Array.from(c.entries()).map(([n,o])=>({stack_id:n,count:o})),g=new Date,w=g.getTime()-l.getTime(),J=JSON.stringify({samples:S,stacks:p,frames:x}),T=new URLSearchParams({profiler_id:f,profile_type:y,sample_count:String(r.samples.length),frame_count:String(x.length),duration_ms:String(Math.round(w)),start_ts:l.toISOString(),end_ts:g.toISOString(),...e.service?{service:e.service}:{},...e.release?{release:e.release}:{},...e.environment?{environment:e.environment}:{}});try{await fetch(`${v}/v1/profiles/chunks?${T}`,{method:"POST",headers:{Authorization:`Bearer ${h}`,"Content-Type":"application/json"},body:J,keepalive:!0});}catch(n){e.onError?.(n);}},d=async()=>{if(!(!t||i)){try{let r=await t.stop();await m(r);}catch(r){e.onError?.(r);}i||u();}};if(!u())return null;let b=setInterval(()=>{d();},k);return {profilerId:f,stop:async()=>{if(!i&&(i=true,clearInterval(b),t))try{let r=await t.stop();await m(r);}catch(r){e.onError?.(r);}}}}export{_ as startProfiling};
1
+ function M(){return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,s=>{let e=Math.random()*16|0;return (s==="x"?e:e&3|8).toString(16)})}async function _(s,e={}){if(typeof Profiler>"u")return null;let y=s.endpoint,b=s.apiKey,f=M(),P=e.sampleIntervalMs??10,w=e.maxBufferSize??1e4,I=e.chunkIntervalMs??1e4,k=e.profileType??"cpu",t=null,o=false,d=new Date,u=()=>{try{t=new Profiler({sampleInterval:P,maxBufferSize:w}),d=new Date,t.addEventListener("samplebufferfull",()=>{a();});}catch(n){return e.onError?.(n),false}return true},m=async n=>{if(n.samples.length===0)return;let g=[];for(let r of n.stacks){let l=[],i=r;for(;i;)l.push(i.frameId),i=i.parentId!==void 0?n.stacks[i.parentId]:void 0;g.push(l);}let x=n.frames.map(r=>({function:r.name||"(anonymous)",file:r.resourceId!==void 0?`resource:${r.resourceId}`:void 0,line:r.line??void 0})),c=new Map;for(let r of n.samples)c.set(r.stackId,(c.get(r.stackId)??0)+1);let E=Array.from(c.entries()).map(([r,l])=>({stack_id:r,count:l})),h=new Date,J=h.getTime()-d.getTime(),L=JSON.stringify({samples:E,stacks:g,frames:x}),T=new URLSearchParams({profiler_id:f,profile_type:k,sample_count:String(n.samples.length),frame_count:String(x.length),duration_ms:String(Math.round(J)),start_ts:d.toISOString(),end_ts:h.toISOString(),...e.service?{service:e.service}:{},...e.release?{release:e.release}:{},...e.environment?{environment:e.environment}:{}});try{await fetch(`${y}/v1/profiles/chunks?${T}`,{method:"POST",headers:{Authorization:`Bearer ${b}`,"Content-Type":"application/json"},body:L,keepalive:!0});}catch(r){e.onError?.(r);}},a=async()=>{if(!(!t||o)){try{let n=await t.stop();await m(n);}catch(n){e.onError?.(n);}o||u();}};if(!u())return null;let S=setInterval(()=>{a();},I),p=()=>{document?.visibilityState==="hidden"&&a();},v=()=>{a();};return typeof document<"u"&&document.addEventListener("visibilitychange",p),typeof window<"u"&&window.addEventListener("beforeunload",v),{profilerId:f,stop:async()=>{if(!o&&(o=true,clearInterval(S),typeof document<"u"&&document.removeEventListener("visibilitychange",p),typeof window<"u"&&window.removeEventListener("beforeunload",v),t))try{let n=await t.stop();await m(n);}catch(n){e.onError?.(n);}}}}export{_ as startProfiling};
package/dist/react.cjs CHANGED
@@ -1 +1 @@
1
- 'use strict';var react=require('react');var r=null,i=[],l=null,p=5e3,g=200,h=1;function c(){l||(l=setInterval(d,p),typeof window<"u"&&window.addEventListener("beforeunload",()=>d()));}function d(){if(!r||i.length===0)return;let e=i;i=[];let t=r.endpoint,n=r.apiKey;try{fetch(`${t}/v1/profiles/renders`,{method:"POST",headers:{Authorization:`Bearer ${n}`,"Content-Type":"application/json"},body:JSON.stringify({batch:e}),keepalive:!0}).catch(()=>{});}catch{}}function y(){return typeof window>"u"?null:window.location?.pathname??null}function m(e){return (t,n,o,s,b,f)=>{o<h||(i.push({component:e||t,phase:n,actual_ms:Math.round(o*100)/100,base_ms:Math.round(s*100)/100,commit_time:Math.round(f*100)/100,route:y(),timestamp:new Date().toISOString()}),i.length>=g&&d());}}function R(e){r=e,c();}function P({gl:e,id:t,children:n}){return e&&!r&&(r=e,c()),react.createElement(react.Profiler,{id:t,onRender:m(t)},n)}function _(e,t){let n=t||e.displayName||e.name||"Unknown",o=s=>react.createElement(react.Profiler,{id:n,onRender:m(n)},react.createElement(e,s));return o.displayName=`withProfiler(${n})`,o}exports.GoodLogsProfiler=P;exports.initReactProfiler=R;exports.withProfiler=_;
1
+ 'use strict';var react=require('react');var r=null,i=[],d=null,p=3e3,g=200,h=1;function l(){d||(d=setInterval(u,p),typeof window<"u"&&window.addEventListener("beforeunload",()=>u()));}function u(){if(!r||i.length===0)return;let e=i;i=[];let t=r.endpoint,n=r.apiKey;try{fetch(`${t}/v1/profiles/renders`,{method:"POST",headers:{Authorization:`Bearer ${n}`,"Content-Type":"application/json"},body:JSON.stringify({batch:e}),keepalive:!0}).catch(()=>{});}catch{}}function y(){return typeof window>"u"?null:window.location?.pathname??null}function f(e){return (t,n,o,s,b,m)=>{o<h||(i.push({component:e||t,phase:n,actual_ms:Math.round(o*100)/100,base_ms:Math.round(s*100)/100,commit_time:Math.round(m*100)/100,route:y(),timestamp:new Date().toISOString()}),i.length>=g&&u());}}function R(e){r=e,l();}function P({gl:e,id:t,children:n}){return e&&!r&&(r=e,l()),r&&!d&&l(),react.createElement(react.Profiler,{id:t,onRender:f(t)},n)}function _(e,t){let n=t||e.displayName||e.name||"Unknown",o=s=>react.createElement(react.Profiler,{id:n,onRender:f(n)},react.createElement(e,s));return o.displayName=`withProfiler(${n})`,o}exports.GoodLogsProfiler=P;exports.initReactProfiler=R;exports.withProfiler=_;
package/dist/react.js CHANGED
@@ -1 +1 @@
1
- import {createElement,Profiler}from'react';var r=null,i=[],l=null,p=5e3,g=200,h=1;function c(){l||(l=setInterval(d,p),typeof window<"u"&&window.addEventListener("beforeunload",()=>d()));}function d(){if(!r||i.length===0)return;let e=i;i=[];let t=r.endpoint,n=r.apiKey;try{fetch(`${t}/v1/profiles/renders`,{method:"POST",headers:{Authorization:`Bearer ${n}`,"Content-Type":"application/json"},body:JSON.stringify({batch:e}),keepalive:!0}).catch(()=>{});}catch{}}function y(){return typeof window>"u"?null:window.location?.pathname??null}function m(e){return (t,n,o,s,b,f)=>{o<h||(i.push({component:e||t,phase:n,actual_ms:Math.round(o*100)/100,base_ms:Math.round(s*100)/100,commit_time:Math.round(f*100)/100,route:y(),timestamp:new Date().toISOString()}),i.length>=g&&d());}}function R(e){r=e,c();}function P({gl:e,id:t,children:n}){return e&&!r&&(r=e,c()),createElement(Profiler,{id:t,onRender:m(t)},n)}function _(e,t){let n=t||e.displayName||e.name||"Unknown",o=s=>createElement(Profiler,{id:n,onRender:m(n)},createElement(e,s));return o.displayName=`withProfiler(${n})`,o}export{P as GoodLogsProfiler,R as initReactProfiler,_ as withProfiler};
1
+ import {createElement,Profiler}from'react';var r=null,i=[],d=null,p=3e3,g=200,h=1;function l(){d||(d=setInterval(u,p),typeof window<"u"&&window.addEventListener("beforeunload",()=>u()));}function u(){if(!r||i.length===0)return;let e=i;i=[];let t=r.endpoint,n=r.apiKey;try{fetch(`${t}/v1/profiles/renders`,{method:"POST",headers:{Authorization:`Bearer ${n}`,"Content-Type":"application/json"},body:JSON.stringify({batch:e}),keepalive:!0}).catch(()=>{});}catch{}}function y(){return typeof window>"u"?null:window.location?.pathname??null}function f(e){return (t,n,o,s,b,m)=>{o<h||(i.push({component:e||t,phase:n,actual_ms:Math.round(o*100)/100,base_ms:Math.round(s*100)/100,commit_time:Math.round(m*100)/100,route:y(),timestamp:new Date().toISOString()}),i.length>=g&&u());}}function R(e){r=e,l();}function P({gl:e,id:t,children:n}){return e&&!r&&(r=e,l()),r&&!d&&l(),createElement(Profiler,{id:t,onRender:f(t)},n)}function _(e,t){let n=t||e.displayName||e.name||"Unknown",o=s=>createElement(Profiler,{id:n,onRender:f(n)},createElement(e,s));return o.displayName=`withProfiler(${n})`,o}export{P as GoodLogsProfiler,R as initReactProfiler,_ as withProfiler};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aj-2000-test/goodlogs-sdk",
3
- "version": "0.3.6",
3
+ "version": "0.3.8",
4
4
  "description": "GoodLogs SDK — ingest logs/events + programmatic API client for queries, alerts, AI",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",