Skip to content

Add telemetry to cloud handoff settings toggles#12100

Open
dplakon wants to merge 1 commit into
masterfrom
dplakon/auto-handoff-settings-telemetry
Open

Add telemetry to cloud handoff settings toggles#12100
dplakon wants to merge 1 commit into
masterfrom
dplakon/auto-handoff-settings-telemetry

Conversation

@dplakon
Copy link
Copy Markdown
Contributor

@dplakon dplakon commented Jun 2, 2026

Description

Port of warpdotdev/warp-internal#26149. Add FeaturesPageAction telemetry events to the Cloud Handoff, Ampersand Handoff, and Auto Handoff on Sleep settings toggles. When users toggle these settings, we now fire events with:

  • action: "ToggleCloudHandoff", "ToggleAmpersandHandoff", or "ToggleAutoHandoffOnSleep"
  • value: the user-facing enabled state

These events land in BigQuery as featurespage.action in stg_terminal_events.

Linked Issue

N/A — instrumentation for auto-handoff rollout tracking.

Testing

  • Verified cargo check compiles cleanly

No new tests needed

Telemetry-only change adding send_telemetry_from_ctx! calls inside existing toggle handlers, following the same pattern as other AI settings toggles.

Agent Mode

  • Warp Agent Mode - This PR was created via Warp's AI Agent Mode

Co-Authored-By: Oz oz-agent@warp.dev

CHANGELOG-NONE

Fire FeaturesPageAction telemetry events when users toggle the Cloud
Handoff, Ampersand Handoff, and Auto Handoff on Sleep settings,
reporting the user-facing enabled state.

Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label Jun 2, 2026
@dplakon dplakon marked this pull request as ready for review June 3, 2026 20:57
@oz-for-oss
Copy link
Copy Markdown
Contributor

oz-for-oss Bot commented Jun 3, 2026

@dplakon

I'm starting a first review of this pull request.

You can view the conversation on Warp.

I completed the review and no human review was requested for this pull request.

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

Copy link
Copy Markdown
Contributor

@oz-for-oss oz-for-oss Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

Adds FeaturesPageAction telemetry for the Cloud handoff, Ampersand handoff, and Auto-handoff before sleep settings toggles, reporting the user-facing enabled state after each toggle.

Concerns

  • No blocking correctness, security, or spec-drift concerns found in the reviewed diff.

Verdict

Found: 0 critical, 0 important, 0 suggestions

Approve

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@dplakon dplakon requested a review from harryalbert June 3, 2026 21:27
Copy link
Copy Markdown
Contributor

@harryalbert harryalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants