Home / Type/ TelemetryEvent Type — astro Architecture

TelemetryEvent Type — astro Architecture

Architecture documentation for the TelemetryEvent type/interface in index.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  272263ed_2423_e392_a5b6_c19d2195d88d["TelemetryEvent"]
  26a0f476_f7e7_000a_c747_7c6e7008d0bf["index.ts"]
  272263ed_2423_e392_a5b6_c19d2195d88d -->|defined in| 26a0f476_f7e7_000a_c747_7c6e7008d0bf
  style 272263ed_2423_e392_a5b6_c19d2195d88d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/telemetry/src/index.ts lines 11–11

export type TelemetryEvent = { eventName: string; payload: Record<string, any> };

Frequently Asked Questions

What is the TelemetryEvent type?
TelemetryEvent is a type/interface in the astro codebase, defined in packages/telemetry/src/index.ts.
Where is TelemetryEvent defined?
TelemetryEvent is defined in packages/telemetry/src/index.ts at line 11.

Analyze Your Own Codebase

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

Try Supermodel Free