Skip to content

[Feat] Track automation activation events - #1123

Merged
brunobergher merged 2 commits into
developfrom
feature/track-automation-activations-1hva4rplk5uqq
Aug 5, 2026
Merged

[Feat] Track automation activation events#1123
brunobergher merged 2 commits into
developfrom
feature/track-automation-activations-1hva4rplk5uqq

Conversation

@roomote-roomote

@roomote-roomote roomote-roomote Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Created by Roomote. Follow up by mentioning @roomote-roomote, in the web UI, or in Slack.

What changed

  • Emit anonymous instance-level activation events for every built-in automation that transitions between enabled and disabled states, including starter automations enabled as a manager-channel side effect.
  • Emit activation events when custom automations are created or deleted through either the web settings flow or MCP API.
  • Restrict event properties to canonical built-in automation identifiers and allowlisted destination providers.

Why this change was made

Automation activation is an important product milestone, but it was not represented in the activation telemetry funnel. These events add that signal without collecting custom automation names, prompts, channel details, user data, or other customer content.

Impact

There is no user-facing behavior change. Anonymous analytics can now measure direct and automatic built-in automation enablement plus custom automation lifecycle activity with privacy-safe classifications only.

@roomote-community

roomote-community Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

No code issues found. See task

  • apps/web/src/trpc/commands/automations/settings-update.ts:1385 — Capture all built-in state transitions, not only savingAutomation. Resolved in 444dcb8: settings saves compare every built-in automation state, and Slack manager-channel onboarding emits the same starter-automation activation events after it succeeds.

Reviewed 444dcb8

@brunobergher
brunobergher marked this pull request as ready for review August 5, 2026 19:23
@roomote-roomote

roomote-roomote Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

Fixed the activation-tracking gap in 444dcb8. Settings saves now compare every built-in automation state, so manager-channel cascades emit all three starter activation events. Slack manager-channel onboarding now emits the same events after the onboarding flow succeeds.

@brunobergher
brunobergher merged commit 5ed274e into develop Aug 5, 2026
18 checks passed
@brunobergher
brunobergher deleted the feature/track-automation-activations-1hva4rplk5uqq branch August 5, 2026 19:53
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