Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54bbed8 commit 5c9434eCopy full SHA for 5c9434e
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