Browse Source

feat(perf-issues): Add n_plus_one to FieldKey.ISSUE_TYPE values (#38752)

Evan Purkhiser 2 years ago
parent
commit
a11a24eff4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/stores/tagStore.tsx

+ 1 - 1
static/app/stores/tagStore.tsx

@@ -84,7 +84,7 @@ const storeConfig: TagStoreDefinition = {
       [FieldKey.ISSUE_TYPE]: {
         key: FieldKey.ISSUE_TYPE,
         name: 'Issue Type',
-        values: [],
+        values: ['performance_n_plus_one_db_queries'],
         predefined: true,
       },
       [FieldKey.LAST_SEEN]: {