thoo1
thoo1
also related question, if we do not set a value in our config for `onunloadDisableBeacon` (and this config is by default false), does this mean that on unload, this package...
I found the answer to my last question, if you don't set `onunloadDisableBeacon: false`, it will use xhr on unload to flush the telemetry. I'm guessing this could fail or...
Thanks @MSNev for the suggestion! I have one more question, I noticed that by default on unload, it'll use beacon api. There is a line here to check if the...
I see.. I think our application's events are huge, I just took an example and I found the buffer had 200kB of events.. we'll try to dig into why theres...
and just as a follow up, it looks like there is a fallback to use XMLHttpRequest to send the request (I assume theres no size limit here right?). It is...
Were you able to solve this? I haven't tried what I'm about to suggest but.. There seems to be a config option in madge called `webpackConfig`. This should point to...