Hi Team ,
We are using Mendix native feedback widget and have noticed that in the feedback widget when the user submits the feedback we recieve unknown@example.com as a submitter name.
After some analysis I found out this feature is itself not added in the native widget from Mendix which you can see from the below document:https://github.com/mendix/native-widgets/blob/main/packages/pluggableWidgets/feedback-native/src/utils/sprintrApi.ts#L18
This would be a must have feature as it is required to know the user details when we receive a feedback about the application.