We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460143e commit 7da3d06Copy full SHA for 7da3d06
src/sentry/models/tagkey.py
@@ -22,7 +22,7 @@ class TagKey(Model):
22
DEFAULT_URL_NAME = 'sentry-explore-tag'
23
URL_NAMES = {
24
'sentry:user': 'sentry-users',
25
- 'sentry:filenames': 'sentry-explore-code',
+ 'sentry:filename': 'sentry-explore-code',
26
'sentry:function': 'sentry-explore-code-by-function',
27
}
28
0 commit comments