Home / Function/ anonymousProjectInfo() — astro Function Reference

anonymousProjectInfo() — astro Function Reference

Architecture documentation for the anonymousProjectInfo() function in index.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  4ca5b560_8802_4457_edf0_d3977118051a["anonymousProjectInfo()"]
  aa586462_b436_2ea0_2f45_107a3d7bae01["AstroTelemetry"]
  4ca5b560_8802_4457_edf0_d3977118051a -->|defined in| aa586462_b436_2ea0_2f45_107a3d7bae01
  fe2c05fb_e168_3d3e_067e_79fe7e234b35["getConfigWithFallback()"]
  4ca5b560_8802_4457_edf0_d3977118051a -->|calls| fe2c05fb_e168_3d3e_067e_79fe7e234b35
  style 4ca5b560_8802_4457_edf0_d3977118051a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/telemetry/src/index.ts lines 81–85

	private get anonymousProjectInfo(): ProjectInfo {
		// NOTE(fks): this value isn't global, so it can't use getConfigWithFallback().
		this._anonymousProjectInfo = this._anonymousProjectInfo || getProjectInfo(this.isCI);
		return this._anonymousProjectInfo;
	}

Domain

Subdomains

Frequently Asked Questions

What does anonymousProjectInfo() do?
anonymousProjectInfo() is a function in the astro codebase, defined in packages/telemetry/src/index.ts.
Where is anonymousProjectInfo() defined?
anonymousProjectInfo() is defined in packages/telemetry/src/index.ts at line 81.
What does anonymousProjectInfo() call?
anonymousProjectInfo() calls 1 function(s): getConfigWithFallback.

Analyze Your Own Codebase

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

Try Supermodel Free