Expand my Community achievements bar.

Fix/add option to disable the AA debugger

Avatar

Level 1

4/11/22

Description - AA debugger has recently introduced a new behavior where it creates internal redirects for every server call. It's unclear why it needs to do so. A lot of similar debuggers out there don't affect the network tab logging. This has to be either fixed to not disturb the Network tab logs, or add an option to completely disable the AA debugger.

 

Why is this feature important to you - While we use AEP to replace the Launch/DTM libs, its AA debugger is not comfortable to use for more technical people. We prefer to have our logs printed to the console, so we use something like the AA debugger Chrome extension. When the AEP debugger creates phantom AA hits, other debuggers report them as real, complicating the process for us.

 

How would you like the feature to work - It should either stop creating hits in the Network tab, or have an option to completely disable its AA debugger with the network hits interception feature in the debugger.

 

Current Behaviour - No way to disable the AA debugger, so we're basically forced to stop using the AEP debugger or come up with odd tricks to filter out phantom hits, which is not as simple as it seems.