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 97b443b commit 3661b30Copy full SHA for 3661b30
packages/angular/cli/src/analytics/analytics-collector.ts
@@ -163,11 +163,6 @@ export class AnalyticsCollector {
163
}
164
165
private async send(data: Record<string, PrimitiveTypes | undefined>[]): Promise<void> {
166
- // Temporarily disable sending analytics.
167
- if (true as boolean) {
168
- return Promise.resolve();
169
- }
170
-
171
return new Promise<void>((resolve, reject) => {
172
const request = https.request(
173
{
0 commit comments