Skip to content

Commit 85250bb

Browse files
committed
Remove previous CNAME
1 parent afd9e07 commit 85250bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ load("//collectors:fingerprinting.bzl", register_fingerprints="register")
1919

2020
TELEMETRY_ENV_VAR = "ASPECT_TOOLS_TELEMETRY"
2121
TELEMETRY_DEST_VAR = "ASPECT_TOOLS_TELEMETRY_ENDPOINT"
22-
TELEMETRY_DEST = "https://telemetry2.aspect.build/ingest?source=tools_telemetry"
22+
TELEMETRY_DEST = "https://telemetry.aspect.build/ingest?source=tools_telemetry"
2323

2424

2525
def parse_opt_out(flag, default=[], groups={}):

0 commit comments

Comments
 (0)