Skip to content

Commit 9cda607

Browse files
committed
add comment
1 parent 0441fab commit 9cda607

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/incidents/utils/subscription_limits.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def is_metric_subscription_allowed(dataset: str, organization: Organization) ->
3131
if dataset == Dataset.PerformanceMetrics.value:
3232
return features.has("organizations:on-demand-metrics-extraction", organization)
3333

34+
# Other datasets (e.g. Metrics/sessions) aren't gated here but probably should be.
3435
return True
3536

3637

0 commit comments

Comments
 (0)