Skip to content

Rename ProductAnalyticsDashboard to CustomizableDashboard

What does this MR do and why?

As the Product Analytics Dashboard GraphQL type has been integrated with the rest of analytics and the feature is still currently behind a feature flag and experimental, we want to rename the GraphQL fields to be less Product Analytics focused to be used by other features like error tracking.

How to set up and validate locally

  1. Query for the customizableDashboard type
      query {
        project(fullPath: "#{project.full_path}") {
          name
          customizableDashboards {
            nodes {
...

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #412290 (closed)

Edited by Allen Cook

Merge request reports