sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Allow all code mapping rules to apply to CODEOWNERS

Open serglom21 opened this issue 4 months ago • 4 comments

Problem Statement

The integration with CODEOWNERS currently only utilizes one specific, often system-defined, code mapping per project when attempting to match stack frame paths to user-defined CODEOWNERS file rules.

Solution Brainstorm

The core goal is to allow multiple relevant code mappings to be applied for normalizing stack frame paths before matching them against CODEOWNERS rules, and to provide better tooling to understand this process.

When evaluating a stack frame path against the CODEOWNERS file, instead of using only one specific mapping, iterate through all applicable user-defined code mappings (based on the stack frame path's prefix) and attempt the ownership match with each transformed path.

Product Area

Issues

serglom21 avatar Dec 05 '25 18:12 serglom21

ENG-6059

linear[bot] avatar Dec 05 '25 18:12 linear[bot]

Auto-routing to @getsentry/product-owners-issues for triage ⏲️

getsantry[bot] avatar Dec 05 '25 18:12 getsantry[bot]

duplicate of ID-1122

serglom21 avatar Dec 05 '25 18:12 serglom21

duplicate of ID-1122

i'll merge that ticket into this issue

cvxluo avatar Dec 08 '25 18:12 cvxluo