Hide
Adoption Insights in Red Hat Developer Hub
NOTE:
Unfortunately, it's not currently possible to use the Adoption Insights plugin alongside the built in SEGMENT plugin. While we work on a fix for this issue, to use the Adoption Insights plugin with Red Hat Developer Hub you must first disable the SEGMENT plugin by adding the following configuration to the `dynamic-plugins.yaml` file or your configuration config map:
plugins:
- package: ./dynamic-plugins/dist/backstage-community-plugin-analytics-provider-segment
disabled: true
# Then add the Adoption Insight plugin configuration as explained in the RHDH documentation
Show
Adoption Insights in Red Hat Developer Hub
NOTE:
Unfortunately, it's not currently possible to use the Adoption Insights plugin alongside the built in SEGMENT plugin. While we work on a fix for this issue, to use the Adoption Insights plugin with Red Hat Developer Hub you must first disable the SEGMENT plugin by adding the following configuration to the `dynamic-plugins.yaml` file or your configuration config map:
plugins:
- package: ./dynamic-plugins/dist/backstage-community-plugin-analytics-provider-segment
disabled: true
# Then add the Adoption Insight plugin configuration as explained in the RHDH documentation