We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a787861 commit 1199a93Copy full SHA for 1199a93
coderd/telemetry/telemetry.go
@@ -233,7 +233,7 @@ func (r *remoteReporter) deployment() error {
233
234
// Tracks where Coder was installed from!
235
installSource := os.Getenv("CODER_TELEMETRY_INSTALL_SOURCE")
236
- if installSource != "" && installSource != "aws_marketplace" {
+ if installSource != "" && installSource != "aws_marketplace" && installSource != "fly.io" {
237
return xerrors.Errorf("invalid installce source: %s", installSource)
238
}
239
0 commit comments