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 9bed48d commit 0b16776Copy full SHA for 0b16776
packages/aws-cdk/lib/cli/io-host/cli-io-host.ts
@@ -203,7 +203,7 @@ export class CliIoHost implements IIoHost {
203
}
204
205
206
- const telemetryEndpoint = process.env.TELEMETRY_ENDPOINT ?? 'https://cdk-cli-telemetry.us-east-1.api.aws/metrics';
+ const telemetryEndpoint = process.env.TELEMETRY_ENDPOINT;
207
if (canCollectTelemetry(args, context) && telemetryEndpoint) {
208
try {
209
sinks.push(new EndpointTelemetrySink({
0 commit comments