Open
Description
In this event, we tried to set up a code mapping. Unfortunately, it failed.
This happened during the Set up code mapping modal without making use of derived code mappings. Notice that it was a call to the project_repo_path_parsing endpoint with these values:
{
source_url: "https://github.com/sentry-demos/unity/blob/main/sentry-defenses/Assets/Scripts/Bugs/BugVisuals.cs",
stack_path: "BugVisuals.cs"
}
Upon closer look, it seems to use the filename
rather than the abs_path
.
If the filepath
is a single file, we should attempt the abs_path
.
Metadata
Metadata
Assignees
Type
Projects
Status
No status