26 Aug 2024 07:05 PM - last edited on 27 Aug 2024 07:28 AM by MaciejNeumann
Hello!
We have an app team that is looking to change the name of a .html file at the root level on some servers. I wanted to double check it won't break anything or cause issue.
example: Bigtest.html > Littletest.html
I appreciate your time and answers!
28 Aug 2024 05:42 PM
Hi @DStockland
If your frontend application references or tries to find this .html resource with a specific name in any of its flows, changing the file name might lead to an increase in user actions with 4xx errors due to the resource not being found. Although your frontend application might handle this exception, the error could still be captured by the agent and mark the user action as a failure. This could impact two key areas of alerting:
I hope this helps! Let me know if you have any further questions.