telemetryNotice() — astro Function Reference
Architecture documentation for the telemetryNotice() function in messages.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD ee14f18d_0685_e447_0b19_189c3c1dc66f["telemetryNotice()"] a89de736_d85a_fc8a_68a9_5d9ea54128d5["messages.ts"] ee14f18d_0685_e447_0b19_189c3c1dc66f -->|defined in| a89de736_d85a_fc8a_68a9_5d9ea54128d5 style ee14f18d_0685_e447_0b19_189c3c1dc66f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/core/messages.ts lines 99–105
export function telemetryNotice() {
const headline = blue(`▶ Astro collects anonymous usage data.`);
const why = ' This information helps us improve Astro.';
const disable = ` Run "astro telemetry disable" to opt-out.`;
const details = ` ${cyan(underline('https://astro.build/telemetry'))}`;
return [headline, why, disable, details].join('\n');
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does telemetryNotice() do?
telemetryNotice() is a function in the astro codebase, defined in packages/astro/src/core/messages.ts.
Where is telemetryNotice() defined?
telemetryNotice() is defined in packages/astro/src/core/messages.ts at line 99.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free