Skip to content

Commit b8a75f7

Browse files
authored
fix(agent-monitoring): Feature flag requirements (#94165)
1 parent bc72694 commit b8a75f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/insights/agentMonitoring/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export const DATA_TYPE_PLURAL = t('Agents');
88

99
export const MODULE_DOC_LINK = 'https://docs.sentry.io/product/insights/ai/';
1010

11-
export const MODULE_FEATURES = ['insights-addon-modules', 'agents-insights'];
11+
export const MODULE_FEATURES = ['agents-insights'];

0 commit comments

Comments
 (0)