I want to remove the optional email field in the feedback section. in appdelegate I am calling ``` Instabug.setUserEmail("guest") Instabug.setEmailFieldRequired(false) ``` but the feedback modal still shows the 'enter your email' field.