diff --git a/static/app/views/alerts/rules/metric/triggers/chart/index.tsx b/static/app/views/alerts/rules/metric/triggers/chart/index.tsx index 2726608eec566a..48fd736a34e34f 100644 --- a/static/app/views/alerts/rules/metric/triggers/chart/index.tsx +++ b/static/app/views/alerts/rules/metric/triggers/chart/index.tsx @@ -337,6 +337,7 @@ class TriggersChart extends PureComponent { comparisonType, organization, showTotalCount, + anomalies, } = this.props; const {statsPeriod, totalCount} = this.state; const statsPeriodOptions = this.availableTimePeriods[timeWindow]; @@ -379,6 +380,7 @@ class TriggersChart extends PureComponent { comparisonMarkLines={comparisonMarkLines ?? []} hideThresholdLines={comparisonType === AlertRuleComparisonType.CHANGE} triggers={triggers} + anomalies={anomalies} resolveThreshold={resolveThreshold} thresholdType={thresholdType} aggregate={aggregate}