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 bc40a1c commit 1846583Copy full SHA for 1846583
src/common/building/src/lib.rs
@@ -107,7 +107,7 @@ pub fn add_license_public_key() {
107
pub fn add_env_telemetry() {
108
println!("cargo:rerun-if-env-changed=DATABEND_TELEMETRY_ENDPOINT");
109
let endpoint = env::var("DATABEND_TELEMETRY_ENDPOINT")
110
- .unwrap_or_else(|_| "https://telemetry.databend.com/v1/report".to_string());
+ .unwrap_or_else(|_| "https://telemetry.databend.cloud/v1/report".to_string());
111
println!("cargo:rustc-env=DATABEND_TELEMETRY_ENDPOINT={endpoint}");
112
113
println!("cargo:rerun-if-env-changed=DATABEND_TELEMETRY_API_KEY");
0 commit comments