Currently, I'm facing a challenge where I need to utilize Sentry.captureException with an error that I have received. However, before doing so, I am attempting to modify the error message. Despite spending considerable time searching for a solution, I have not been successful in finding an answer. Is there a way for me to create a new error with type Error | AxiosError and transfer all of the properties into that variable while also changing the message? Unfortunately, using custom errors is not an option as it would require extensive alterations to existing code.