Skip to content

Commit

Permalink
Fix default value for entityCentricExperience setting in InventoryPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
iblancof committed Dec 17, 2024
1 parent a09cfa4 commit 691c726
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ export class InventoryPlugin
): InventoryPublicSetup {
const inventoryAPIClient = createCallInventoryAPI(coreSetup);
const isEntityCentricExperienceSettingEnabled = coreSetup.uiSettings.get<boolean>(
'observability:entityCentricExperience'
'observability:entityCentricExperience',
false
);

this.telemetry.setup({
Expand Down

0 comments on commit 691c726

Please sign in to comment.