Skip to content

Commit 7da3d06

Browse files
committed
typo
1 parent 460143e commit 7da3d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/models/tagkey.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class TagKey(Model):
2222
DEFAULT_URL_NAME = 'sentry-explore-tag'
2323
URL_NAMES = {
2424
'sentry:user': 'sentry-users',
25-
'sentry:filenames': 'sentry-explore-code',
25+
'sentry:filename': 'sentry-explore-code',
2626
'sentry:function': 'sentry-explore-code-by-function',
2727
}
2828

0 commit comments

Comments
 (0)