We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0441fab commit 9cda607Copy full SHA for 9cda607
src/sentry/incidents/utils/subscription_limits.py
@@ -31,6 +31,7 @@ def is_metric_subscription_allowed(dataset: str, organization: Organization) ->
31
if dataset == Dataset.PerformanceMetrics.value:
32
return features.has("organizations:on-demand-metrics-extraction", organization)
33
34
+ # Other datasets (e.g. Metrics/sessions) aren't gated here but probably should be.
35
return True
36
37
0 commit comments