When an error occurs in production, the programmer needs to simulate the error to correct. But I do not want the developer to have access to all production data.
The solution I thought was to have a specific dump mechanism, where I generate a dump by changing the users' emails, which is what really would be confidential.
Has anyone thought of any solutions to this? Could you share your experiences?