Skip to content

fix: use conversion rate (%) for alerts on conversion/funnel charts#209

Merged
ayushjhanwar-png merged 1 commit intomainfrom
fix/conversion-alerts-percentage
Mar 19, 2026
Merged

fix: use conversion rate (%) for alerts on conversion/funnel charts#209
ayushjhanwar-png merged 1 commit intomainfrom
fix/conversion-alerts-percentage

Conversation

@ayushjhanwar-png
Copy link
Copy Markdown

  • cron.custom-alerts: route conversion charts to conversionService and funnel charts to funnelService instead of ChartEngine, so anomaly and threshold evaluation uses the actual conversion rate percentage (e.g. 88.63%) rather than raw event counts (e.g. 1660827)
  • cron.custom-alerts: append ?range= to Slack report links so the link opens scoped to the alert's evaluation window (today, lastHour, etc.)
  • report-editor: apply ?range= URL param as a one-shot override on load so Slack links open the chart with the correct time range
  • report route: add range to validateSearch so TanStack Router preserves the param instead of stripping it
  • add-notification-rule: show % suffix and percentage placeholder on threshold value input when selected report is conversion or funnel
  • rule-card: show % after threshold value for conversion/funnel reports
  • trpc report.listByProject: include chartType in select

- cron.custom-alerts: route conversion charts to conversionService and
  funnel charts to funnelService instead of ChartEngine, so anomaly and
  threshold evaluation uses the actual conversion rate percentage
  (e.g. 88.63%) rather than raw event counts (e.g. 1660827)
- cron.custom-alerts: append ?range= to Slack report links so the link
  opens scoped to the alert's evaluation window (today, lastHour, etc.)
- report-editor: apply ?range= URL param as a one-shot override on load
  so Slack links open the chart with the correct time range
- report route: add range to validateSearch so TanStack Router preserves
  the param instead of stripping it
- add-notification-rule: show % suffix and percentage placeholder on
  threshold value input when selected report is conversion or funnel
- rule-card: show % after threshold value for conversion/funnel reports
- trpc report.listByProject: include chartType in select
@ayushjhanwar-png ayushjhanwar-png merged commit 5a844e6 into main Mar 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants