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 a77953f commit b98558bCopy full SHA for b98558b
src/common/building/src/lib.rs
@@ -109,7 +109,7 @@ pub fn add_env_telemetry() {
109
let endpoint = env::var("DATABEND_TELEMETRY_ENDPOINT")
110
.ok()
111
.filter(|s| !s.is_empty())
112
- .unwrap_or_else(|| "https://telemetry.databend.cloud/v1/report".to_string());
+ .unwrap_or_else(|| "https://telemetry.databend.com/v1/report".to_string());
113
println!("cargo:rustc-env=DATABEND_TELEMETRY_ENDPOINT={endpoint}");
114
115
println!("cargo:rerun-if-env-changed=DATABEND_TELEMETRY_API_KEY");
0 commit comments