Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Add detection of CI #8

Closed
Martinsos opened this issue Feb 6, 2025 · 1 comment
Closed

Add detection of CI #8

Martinsos opened this issue Feb 6, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@Martinsos
Copy link
Member

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 .

@Martinsos Martinsos added the enhancement New feature or request label Feb 6, 2025
@Martinsos
Copy link
Member Author

Done! In get-wasp-sh repo.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant