First of all, thank you for your excellent work.
do not modify the console.log function, as it interferes with the normal development work of a front-end developer.
I noticed that in requestly-web-sdk.js, the reference to console.log is modified, causing all log locations on the right side of the logs to be changed to requestly-web-sdk.js:4907
As a result, I cannot determine which file my code logs are output from
Additionally, I have not found an option to disable this feature
May I ask what the purpose of modifying the console.log reference is ?
First of all, thank you for your excellent work.
do not modify the console.log function, as it interferes with the normal development work of a front-end developer.
I noticed that in requestly-web-sdk.js, the reference to console.log is modified, causing all log locations on the right side of the logs to be changed to
requestly-web-sdk.js:4907As a result, I cannot determine which file my code logs are output from
Additionally, I have not found an option to disable this feature
May I ask what the purpose of modifying the console.log reference is ?