|
@@ -1424,7 +1424,6 @@ SENTRY_EARLY_FEATURES = {
|
|
"organizations:grouping-title-ui": "Enable tweaks to group title in relation to hierarchical grouping.",
|
|
"organizations:grouping-title-ui": "Enable tweaks to group title in relation to hierarchical grouping.",
|
|
"organizations:grouping-tree-ui": "Enable experimental new version of Merged Issues where sub-hashes are shown",
|
|
"organizations:grouping-tree-ui": "Enable experimental new version of Merged Issues where sub-hashes are shown",
|
|
"organizations:integrations-gh-invite": "Enables inviting new members based on GitHub commit activity",
|
|
"organizations:integrations-gh-invite": "Enables inviting new members based on GitHub commit activity",
|
|
- "organizations:integrations-opsgenie-migration": "Enable one-click migration from Opsgenie plugin",
|
|
|
|
"organizations:issue-details-tag-improvements": "Enable tag improvements in the issue details page",
|
|
"organizations:issue-details-tag-improvements": "Enable tag improvements in the issue details page",
|
|
"organizations:mobile-cpu-memory-in-transactions": "Display CPU and memory metrics in transactions with profiles",
|
|
"organizations:mobile-cpu-memory-in-transactions": "Display CPU and memory metrics in transactions with profiles",
|
|
"organizations:performance-metrics-backed-transaction-summary": "Enable metrics-backed transaction summary view",
|
|
"organizations:performance-metrics-backed-transaction-summary": "Enable metrics-backed transaction summary view",
|
|
@@ -1601,8 +1600,6 @@ SENTRY_FEATURES: dict[str, bool | None] = {
|
|
"organizations:integrations-open-pr-comment-js": False,
|
|
"organizations:integrations-open-pr-comment-js": False,
|
|
# Enable Opsgenie integration
|
|
# Enable Opsgenie integration
|
|
"organizations:integrations-opsgenie": True,
|
|
"organizations:integrations-opsgenie": True,
|
|
- # Enable one-click migration from Opsgenie plugin
|
|
|
|
- "organizations:integrations-opsgenie-migration": False,
|
|
|
|
# Enable stacktrace linking
|
|
# Enable stacktrace linking
|
|
"organizations:integrations-stacktrace-link": True,
|
|
"organizations:integrations-stacktrace-link": True,
|
|
# Allow orgs to automatically create Tickets in Issue Alerts
|
|
# Allow orgs to automatically create Tickets in Issue Alerts
|