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
{{ message }}
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
Right now we send very basic telemetry on install (if telemetry is not disabled).
But what we don't track is if installation is happening in the CI or not, which makes this metric quite uninformative. So we should add that -> try to detect if installation is happening in the CI or not.
Right now we send very basic telemetry on install (if telemetry is not disabled).
But what we don't track is if installation is happening in the CI or not, which makes this metric quite uninformative. So we should add that -> try to detect if installation is happening in the CI or not.
We already do this check in Wasp CLI -> we should copy the logic from there, as much as we can: https://github.com/wasp-lang/wasp/blob/main/waspc/cli/src/Wasp/Cli/Command/Telemetry/Project.hs#L80 .
The text was updated successfully, but these errors were encountered: