Skip to content

Commit 0b16776

Browse files
authored
Update packages/aws-cdk/lib/cli/io-host/cli-io-host.ts
1 parent 9bed48d commit 0b16776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk/lib/cli/io-host/cli-io-host.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export class CliIoHost implements IIoHost {
203203
}
204204
}
205205

206-
const telemetryEndpoint = process.env.TELEMETRY_ENDPOINT ?? 'https://cdk-cli-telemetry.us-east-1.api.aws/metrics';
206+
const telemetryEndpoint = process.env.TELEMETRY_ENDPOINT;
207207
if (canCollectTelemetry(args, context) && telemetryEndpoint) {
208208
try {
209209
sinks.push(new EndpointTelemetrySink({

0 commit comments

Comments
 (0)