Browse Source

feat(ui): Fetch adoption markers on release details (#27146)

Matej Minar 3 years ago
parent
commit
390b39090d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      static/app/views/releases/detail/index.tsx

+ 1 - 0
static/app/views/releases/detail/index.tsx

@@ -115,6 +115,7 @@ class ReleasesDetail extends AsyncView<Props, State> {
         basePath,
         {
           query: {
+            adoptionStages: 1,
             ...getParams(pick(location.query, [...Object.values(URL_PARAM)]), {
               defaultStatsPeriod,
             }),