Home / Function/ telemetryEnabled() — astro Function Reference

telemetryEnabled() — astro Function Reference

Architecture documentation for the telemetryEnabled() function in messages.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  adbc9026_33b8_70b6_00e9_d5914f5d8e43["telemetryEnabled()"]
  a89de736_d85a_fc8a_68a9_5d9ea54128d5["messages.ts"]
  adbc9026_33b8_70b6_00e9_d5914f5d8e43 -->|defined in| a89de736_d85a_fc8a_68a9_5d9ea54128d5
  style adbc9026_33b8_70b6_00e9_d5914f5d8e43 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/core/messages.ts lines 107–113

export function telemetryEnabled() {
	return [
		green('▶ Anonymous telemetry ') + bgGreen(' enabled '),
		`  Thank you for helping us improve Astro!`,
		``,
	].join('\n');
}

Domain

Subdomains

Frequently Asked Questions

What does telemetryEnabled() do?
telemetryEnabled() is a function in the astro codebase, defined in packages/astro/src/core/messages.ts.
Where is telemetryEnabled() defined?
telemetryEnabled() is defined in packages/astro/src/core/messages.ts at line 107.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free