-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
With the following config:
"sentry.projects": [
{
"name": "Browser extension",
"projectId": "%PROJECT%",
"filters": [{
"repositories": [
"sourcegraph/sourcegraph"
],
"files": [
"(browser|shared).*\\.tsx?"
]
}]
}
]
The hover on throw new Error('(adjustPosition) could not find code element for line provided') links to:
This does not work on Sentry:
The following would work on Sentry (with the query wrapped in quotes): https://sentry.io/organizations/sourcegraph/issues/?project=1334031&query=is%3Aunresolved+%22%28adjustPosition%29+could+not+find+code+element+for+line+provided%22&statsPeriod=14d
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

