Skip to content

Commit d729b2e

Browse files
committed
feat(investigations): add platform integration
1 parent 3091603 commit d729b2e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/sentry/features/temporary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ def register_temporary_features(manager: FeatureManager) -> None:
112112
manager.add("organizations:expose-migrated-discover-queries", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
113113
# Enable GenAI features such as Autofix and Issue Summary
114114
manager.add("organizations:gen-ai-features", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
115+
# Enable organization investigation notebooks.
116+
manager.add("organizations:investigations", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
115117
# Enable the 'translate' functionality for GenAI on the explore > traces page
116118
manager.add("organizations:gen-ai-search-agent-translate", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
117119
# Enable AI search bar on the explore > metrics tab

0 commit comments

Comments
 (0)