What gets sent
When anonymous telemetry is enabled, your deployment sends:- Usage events — page views (as route patterns like
/task/[taskId], never actual URLs or IDs) and product events such as tasks being created or settling as completed, failed, or canceled, plus setup progress such as reaching authenticated setup and configuring or connecting communications, source-control, inference, and sandbox providers. Setup events include only the provider type and, where Roomote can determine it from deployment state, whether it was configured before the wizard. Other events include non-identifying facts like the harness, model, source surface, and sandbox provider used. - A daily instance report — aggregate deployment metadata and usage: setup timestamps; counts of users, environments, and connected repositories; task, model, token, and cost totals for the past day; pull-request statistics for the past week; configured provider types; and enabled built-in integrations.
How it is identified
Activity is identified by two anonymous IDs:- an instance ID for the deployment as a whole
- a user analytics ID for each user
R_INSTANCE_ID, use a random, non-identifying value. Roomote
sends the configured value with telemetry and version checks.
Turning it off
Anonymous telemetry is opt-out:- during setup, the final step includes an Anonymous analytics switch
- afterwards, admins can change it any time in Settings > Deployment
Roomote Cloud Specifics
Roomote Cloud deployments always keep Roomote anonymous analytics enabled and do not show this switch, as described in our privacy policy. Cookie consent controls only optional support and product-experience services such as Intercom and PostHog.Version checks
Separately from analytics, your deployment checks once a day whether a newer Roomote release is available. This check is not optional and carries only the anonymous instance ID and your running version — no usage data.Local development
Deployments running in development or preview mode send nothing by default. Telemetry runs there only whenROOMOTE_FORCE_TELEMETRY=true and a Ping
endpoint is explicitly configured.