Browse Source

feat(perf-issues): Add slow DB query issue type to tagstore (#44296)

Ash Anand 2 years ago
parent
commit
24f889d436
1 changed files with 1 additions and 0 deletions
  1. 1 0
      static/app/stores/tagStore.tsx

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

@@ -91,6 +91,7 @@ const storeConfig: TagStoreDefinition = {
           'performance_n_plus_one_db_queries',
           'performance_n_plus_one_api_calls',
           'performance_consecutive_db_queries',
+          'performance_slow_db_query',
         ],
         predefined: true,
       },