Skip to content

Commit

Permalink
[APM][ECO] Enabling FF by default (#190422)
Browse files Browse the repository at this point in the history
Enabling the `observability:entityCentricExperience` by default.
  • Loading branch information
cauemarcondes authored Aug 21, 2024
1 parent c11e760 commit 072eb9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ export const uiSettings: Record<string, UiSettings> = {
},
}),
schema: schema.boolean(),
value: false,
value: true,
requiresPageReload: true,
type: 'boolean',
},
Expand Down

0 comments on commit 072eb9c

Please sign in to comment.