boomerang
boomerang copied to clipboard
End user oriented web performance testing and beaconing
Fix for https://github.com/akamai/boomerang/issues/331
Hi, boomerang is very excellent javascript library. I want to add a specific value to the beacon when the ajax call is completed using the auto_xhr plugin. When using XMHHttpRequest,...
If you run `npm audit` you can see there are "81 vulnerabilities (23 moderate, 44 high, 14 critical)". Do you plan to address them? Right now, it's a serious security...
Hi, When xhr_load event is invoked, the following line passes `data.restiming` as parameter `r ` to the `addToBeacon` function https://github.com/akamai/boomerang/blob/c0cbec6da22c38733fef2a494104b4816b956fea/plugins/restiming.js#L1759-L1773 The `addToBeacon` function again checks for `r.restiming`, in the `xhr_load`...
The last release is 1.737.0 (Apr 16, 2021) by @nicjansma And there are loads of enhancements as part of: https://github.com/akamai/boomerang/pull/350 Thanks!
Hi! Running into an issue with the Errors plugin and I am not quite sure if this is my fault or if something is broken. I enabled `sendAfterOnload` on the...