Hi! I have two stack traces in Sentry for a particular event from a React web application. The "JavaScript" stack trace (the stack trace with a JS icon on the left) contains a reference to a "Provider" component that wraps our app. The "React" stack trace (the stack trace with a React icon on the left) however does not contain a reference to the "Provider" component.
The issue is auto-assigned to the owners of the "Provider" component and not to the owners of the component that actually caused the issue. This is undesired behaviour for us — Sentry does know what the offending component is and the React stack trace correctly shows that. But it seems to assign it based on the JavaScript stack trace.
Note: We are using auto-assignments using CODEOWNERS and GitHub.
I would be happy to provide a link to our Sentry error to employees of Sentry if confidentiality is guaranteed.