You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside of a source code management's configurations, there exists a User Mappings section that allows one to map an external Github (for example) account to a Sentry account:
This mapping is not being considered when creating a suspect commit. We naively default to whatever email is attached to the PR that we receive from the Github API, but we should first consult this table to see if that email is mapped to a Sentry account.
Problem Statement
Inside of a source code management's configurations, there exists a
User Mappings
section that allows one to map an external Github (for example) account to a Sentry account:This mapping is not being considered when creating a suspect commit. We naively default to whatever email is attached to the PR that we receive from the Github API, but we should first consult this table to see if that email is mapped to a Sentry account.
More discussion here: #83765
Solution Brainstorm
No response
Product Area
Unknown
The text was updated successfully, but these errors were encountered: