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
{{ message }}
This repository was archived by the owner on Apr 27, 2026. It is now read-only.
Currently the Sentry extension will render a link to the first project it matches with. However, there are cases in which a document file can report to multiple Sentry Projects, e.g. libraries or like in our case web and browser both reporting from /shared. More information can be seen in this conversation: #13 (comment)
The most straight forward solution would be to render links to all the matching projects. If the project number surpasses a certain threshold we would have to display it in a more user friendly way. We should target this for the next release version.
Currently the Sentry extension will render a link to the first project it matches with. However, there are cases in which a document file can report to multiple Sentry Projects, e.g. libraries or like in our case web and browser both reporting from
/shared. More information can be seen in this conversation: #13 (comment)The most straight forward solution would be to render links to all the matching projects. If the project number surpasses a certain threshold we would have to display it in a more user friendly way. We should target this for the next release version.