Point error to component name

i am adding the sentry to our React project, so as to get the crash reports on the production server. So the logs have started to come but on the production we are not getting the logs without the Component name which got the issue.

I also connected the SentryWebpackPlugin logic so as to pass our source code to Sentry, the code is getting feeded into the sentry perfectly and the new logs are coming with the uploaded source code release ID, but still the logs are not getting transformed to the component name.

I wanted some clarification as to what I am doing wrong here so as to get the logs with component names as in the case with the development server.