Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
11-25-2020 06:42 AM - edited 11-25-2020 10:17 PM
Dears,
When i manual injection of the JavaScript Agent, I have a problem. It seems to have something conflict with Dexie.js and window.Promise. (This might be helpful: https://dexie.org/docs/Promise/Promise)
The script is below, and Dexie's version is 3.0.1.
<script charset="UTF-8" type="text/javascript">
window["adrum-start-time"] = new Date().getTime();
(function(config){
config.appKey = "*";
config.adrumExtUrlHttp = "http://cdn.appdynamics.com";
config.adrumExtUrlHttps = "https://cdn.appdynamics.com";
config.beaconUrlHttp = "http://pdx-col.eum-appdynamics.com";
config.beaconUrlHttps = "https://pdx-col.eum-appdynamics.com";
config.resTiming = {"bufSize":200,"clearResTimingOnBeaconSend":true};
config.maxUrlLength = 512;
})(window["adrum-config"] || (window["adrum-config"] = {}));
</script>
<script src="//cdn.appdynamics.com/adrum/adrum-20.9.0.3268.js"></script>
<script>
In addition, it leads thousands of requests and doesn't stop itself. We have to close the page in the end.
If you have any ideas, please let me know. Thanks a lot.
error
a lot of request in seconds
Solved! Go to Solution.
02-08-2021 12:53 AM
Hi Zhang,
Can you please add the below parameter along with the instrumentation code and let know if that helps.
config.isZonePromise = true;
Regards,
Mohideen
02-14-2021 08:53 PM
Cool, This is the right solution.
Thanks for your reply!
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form