You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[telemetry] update event name and change is_cloud to shell_access kind (#562)
## Summary
Updating:
1. Event name to be of the form: `[devbox] Shell event: interactive`
which is consistent with the command event names.
2. Changing is_cloud to shell_access with values `local | ssh | browser`
## How was it tested?
- [x] Need to test
1. apply development keys for segment and sentry
2. `local`: run local `devbox shell` and verify event logged in segment
dashboard.
3. `ssh`: deploy custom VM with custom devbox binary. verify event
logged in segment dashboard.
4. `browser`: Follow devbox-cloud README for http-gateway, but how do I
test the custom devbox binary?
0 commit comments